#35F26F

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

Shades of Emerald #35F26F

Tints of Emerald #35F26F

Color information

#35F26F (or 0x35F26F) is unknown color: approx Emerald. HEX triplet: 35, F2 and 6F. RGB value is (53,242,111). Sum of RGB (Red+Green+Blue) = 53+242+111=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #35F26F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F26F is #CA0D90. Grayscale: #AAAAAA. Windows color (decimal): -13241745 or 7336501. OLE color: 7336501.

HSL color Cylindrical-coordinate representation of color #35F26F: hue angle of 138.41º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F26F is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB53242111-
CMYK0.7800.540.05
HSL138.41º87.91%57.84%-
HSV(B)138.41º78.1%94.9%-
XYZ36.0965.4125.76-
YUV170.5694.3844.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 242 (94.92% from 255) = 59.61%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=13.05%
G=59.61%
B=27.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532421110.7800.540.05138.4187.9157.84
Hex35F26F4E03658a583a
Octal65362157116066521213072
Binary11010111110010110111110011100110110101100010101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,242,111); }

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

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

 a { background-color: rgb(53,242,111); }

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

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

 span { border-color: rgb(53,242,111); }

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