Html Css Color HEX #35E970 Emerald

📋 copy color: '#35E970'

red 53 ◦ green 233 ◦ blue 112

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

Shades of Emerald #35E970

Tints of Emerald #35E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.54%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 13.32%
G = 58.54%
B = 28.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#35E970 (or 0x35E970) is known color: Emerald. HEX triplet: 35, E9 and 70. RGB value is (53,233,112). Sum of RGB (Red+Green+Blue) = 53+233+112=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 233 (91.41% from 255 or 58.54% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 233 - color contains mainly: green. Hex color #35E970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E970 is #CA168F. Grayscale: #A5A5A5. Windows color (decimal): -13244048 or 7399733. OLE color: 7399733.

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

Color convert

RGB 53 233 112 -
CMYK 0.77 0 0.52 0.09
HSL 139.67º 0.8% 0.56% -
HSV(B) 139.67º 0.77% 0.91% -
XYZ 33.53 60.2 25.18 -
YUV 165.39 97.87 47.84 -
System Red Green Blue C M Y K H S L
Decimal 53 233 112 0.77 0 0.52 0.09 139.67 0.8 0.56
Hex 35 E9 70 4D 0 34 9 8C 50 38
Octal 65 351 160 115 0 64 11 214 120 70
Binary 110101 11101001 1110000 1001101 0 110100 1001 10001100 1010000 111000

Color Harmonies of #35E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E970

Black with #35E970

Text Example


Text Example

White with #35E970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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