#35E972

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

Shades of Emerald #35E972

Tints of Emerald #35E972

Color information

#35E972 (or 0x35E972) is unknown color: approx Emerald. HEX triplet: 35, E9 and 72. RGB value is (53,233,114). Sum of RGB (Red+Green+Blue) = 53+233+114=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #35E972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E972 is #CA168D. Grayscale: #A5A5A5. Windows color (decimal): -13244046 or 7530805. OLE color: 7530805.

HSL color Cylindrical-coordinate representation of color #35E972: hue angle of 140.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E972 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB53233114-
CMYK0.7700.510.09
HSL140.33º80.36%56.08%-
HSV(B)140.33º77.25%91.37%-
XYZ33.6460.2525.78-
YUV165.6198.8747.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.25%
GREEN value IS 233 (91.41% from 255) = 58.25%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=13.25%
G=58.25%
B=28.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532331140.7700.510.09140.3380.3656.08
Hex35E9724D03398c5038
Octal653511621150631121412070
Binary110101111010011110010100110101100111001100011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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