Html Css Color HEX #35E472 Emerald

📋 copy color: '#35E472'

red 53 ◦ green 228 ◦ blue 114

#35E472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #35E472

Tints of Emerald #35E472

RGB

 RED value IS 53 (21.09% from 255) = 13.42%

 GREEN value IS 228 (89.45% from 255) = 57.72%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 13.42%
G = 57.72%
B = 28.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#35E472 (or 0x35E472) is known color: Emerald. HEX triplet: 35, E4 and 72. RGB value is (53,228,114). Sum of RGB (Red+Green+Blue) = 53+228+114=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #35E472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E472 is #CA1B8D. Grayscale: #A2A2A2. Windows color (decimal): -13245326 or 7529525. OLE color: 7529525.

HSL color Cylindrical-coordinate representation of color #35E472: hue angle of 140.91º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E472 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 228 114 -
CMYK 0.77 0 0.50 0.11
HSL 140.91º 0.76% 0.55% -
HSV(B) 140.91º 0.77% 0.89% -
XYZ 32.25 57.46 25.31 -
YUV 162.68 100.52 49.77 -
System Red Green Blue C M Y K H S L
Decimal 53 228 114 0.77 0 0.50 0.11 140.91 0.76 0.55
Hex 35 E4 72 4D 0 32 B 8D 4C 37
Octal 65 344 162 115 0 62 13 215 114 67
Binary 110101 11100100 1110010 1001101 0 110010 1011 10001101 1001100 110111

Color Harmonies of #35E472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E472

Black with #35E472

Text Example


Text Example

White with #35E472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35E472;
 }
 .AnyTagClassName
 {
   color: #35E472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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