#35D55B

Color #35D55B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #35D55B

Tints of Emerald #35D55B

Color information

#35D55B (or 0x35D55B) is unknown color: approx Emerald. HEX triplet: 35, D5 and 5B. RGB value is (53,213,91). Sum of RGB (Red+Green+Blue) = 53+213+91=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #35D55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D55B is #CA2AA4. Grayscale: #979797. Windows color (decimal): -13249189 or 6018357. OLE color: 6018357.

HSL color Cylindrical-coordinate representation of color #35D55B: hue angle of 134.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D55B is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB5321391-
CMYK0.7500.570.16
HSL134.25º65.57%52.16%-
HSV(B)134.25º75.12%83.53%-
XYZ27.1549.117.94-
YUV151.2593.9957.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 213 (83.59% from 255) = 59.66%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=14.85%
G=59.66%
B=25.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213910.7500.570.16134.2565.5752.16
Hex35D55B4B03910864234
Octal653251331130712020610264
Binary1101011101010110110111001011011100110000100001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35D55B; }

 p { color: rgb(53,213,91); }

 H1.HeaderClassName
 {
   color: #35D55B;
 }
 .AnyTagClassName
 {
   color: #35D55B;
 }
</style>
background-color css

<style>
 a { background-color: #35D55B; }

 a { background-color: rgb(53,213,91); }

 div.DivClassName
 {
   background-color: #35D55B;
 }
 .BgClassName
 {
   background-color: #35D55B;
 }
</style>
border-color css

<style>
 span { border-color: #35D55B; }

 span { border-color: rgb(53,213,91); }

 td.TdClassName
 {
   border-color: #35D55B;
 }
 .TagClassName
 {
   border-color: #35D55B;
 }
</style>