#35F772

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

Shades of Emerald #35F772

Tints of Emerald #35F772

Color information

#35F772 (or 0x35F772) is unknown color: approx Emerald. HEX triplet: 35, F7 and 72. RGB value is (53,247,114). Sum of RGB (Red+Green+Blue) = 53+247+114=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 247 (96.88% from 255 or 59.66% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 247 - color contains mainly: green. Hex color #35F772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F772 is #CA088D. Grayscale: #AEAEAE. Windows color (decimal): -13240462 or 7534389. OLE color: 7534389.

HSL color Cylindrical-coordinate representation of color #35F772: hue angle of 138.87º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F772 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB53247114-
CMYK0.7900.540.03
HSL138.87º92.38%58.82%-
HSV(B)138.87º78.54%96.86%-
XYZ37.7768.4927.15-
YUV173.8394.2341.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.80%
GREEN value IS 247 (96.88% from 255) = 59.66%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=12.80%
G=59.66%
B=27.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532471140.7900.540.03138.8792.3858.82
Hex35F7724F03638b5c3b
Octal65367162117066321313473
Binary1101011111011111100101001111011011011100010111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,247,114); }

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

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

 a { background-color: rgb(53,247,114); }

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

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

 span { border-color: rgb(53,247,114); }

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