Html Css Color HEX #35F07E Emerald

📋 copy color: '#35F07E'

red 53 ◦ green 240 ◦ blue 126

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

Shades of Emerald #35F07E

Tints of Emerald #35F07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.28%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 12.65%
G = 57.28%
B = 30.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#35F07E (or 0x35F07E) is known color: Emerald. HEX triplet: 35, F0 and 7E. RGB value is (53,240,126). Sum of RGB (Red+Green+Blue) = 53+240+126=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #35F07E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F07E is #CA0F81. Grayscale: #ABABAB. Windows color (decimal): -13242242 or 8319029. OLE color: 8319029.

HSL color Cylindrical-coordinate representation of color #35F07E: hue angle of 143.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F07E is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 240 126 -
CMYK 0.78 0 0.48 0.06
HSL 143.42º 0.86% 0.57% -
HSV(B) 143.42º 0.78% 0.94% -
XYZ 36.39 64.58 30.29 -
YUV 171.09 102.55 43.77 -
System Red Green Blue C M Y K H S L
Decimal 53 240 126 0.78 0 0.48 0.06 143.42 0.86 0.57
Hex 35 F0 7E 4E 0 30 6 8F 56 39
Octal 65 360 176 116 0 60 6 217 126 71
Binary 110101 11110000 1111110 1001110 0 110000 110 10001111 1010110 111001

Color Harmonies of #35F07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F07E

Black with #35F07E

Text Example


Text Example

White with #35F07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,240,126); }

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

background-color css

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

 a { background-color: rgb(53,240,126); }

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

border-color css

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

 span { border-color: rgb(53,240,126); }

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