Html Css Color HEX #35E270 Emerald

📋 copy color: '#35E270'

red 53 ◦ green 226 ◦ blue 112

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

Shades of Emerald #35E270

Tints of Emerald #35E270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 57.8%

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

R = 13.55%
G = 57.8%
B = 28.64%

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

#35E270 (or 0x35E270) is known color: Emerald. HEX triplet: 35, E2 and 70. RGB value is (53,226,112). Sum of RGB (Red+Green+Blue) = 53+226+112=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 226 (88.67% from 255 or 57.80% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 226 - color contains mainly: green. Hex color #35E270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E270 is #CA1D8F. Grayscale: #A1A1A1. Windows color (decimal): -13245840 or 7397941. OLE color: 7397941.

HSL color Cylindrical-coordinate representation of color #35E270: hue angle of 140.46º degrees, saturation: 0.75, 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 #35E270 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 226 112 -
CMYK 0.77 0 0.50 0.11
HSL 140.46º 0.75% 0.55% -
HSV(B) 140.46º 0.77% 0.89% -
XYZ 31.59 56.32 24.54 -
YUV 161.28 100.19 50.77 -
System Red Green Blue C M Y K H S L
Decimal 53 226 112 0.77 0 0.50 0.11 140.46 0.75 0.55
Hex 35 E2 70 4D 0 32 B 8C 4B 37
Octal 65 342 160 115 0 62 13 214 113 67
Binary 110101 11100010 1110000 1001101 0 110010 1011 10001100 1001011 110111

Color Harmonies of #35E270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E270

Black with #35E270

Text Example


Text Example

White with #35E270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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