#35E971

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

Shades of Emerald #35E971

Tints of Emerald #35E971

Color information

#35E971 (or 0x35E971) is unknown color: approx Emerald. HEX triplet: 35, E9 and 71. RGB value is (53,233,113). Sum of RGB (Red+Green+Blue) = 53+233+113=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 233 (91.41% from 255 or 58.40% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 233 - color contains mainly: green. Hex color #35E971 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E971 is #CA168E. Grayscale: #A5A5A5. Windows color (decimal): -13244047 or 7465269. OLE color: 7465269.

HSL color Cylindrical-coordinate representation of color #35E971: hue angle of 140º 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 #35E971 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB53233113-
CMYK0.7700.520.09
HSL140º80.36%56.08%-
HSV(B)140º77.25%91.37%-
XYZ33.5960.2325.48-
YUV165.598.3747.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 233 (91.41% from 255) = 58.40%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=13.28%
G=58.40%
B=28.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532331130.7700.520.0914080.3656.08
Hex35E9714D03498c5038
Octal653511611150641121412070
Binary110101111010011110001100110101101001001100011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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