Html Css Color HEX #53CC70 Emerald

📋 copy color: '#53CC70'

red 83 ◦ green 204 ◦ blue 112

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

Shades of Emerald #53CC70

Tints of Emerald #53CC70

RGB

 RED value IS 83 (32.81% from 255) = 20.8%

 GREEN value IS 204 (80.08% from 255) = 51.13%

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

R = 20.8%
G = 51.13%
B = 28.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#53CC70 (or 0x53CC70) is known color: Emerald. HEX triplet: 53, CC and 70. RGB value is (83,204,112). Sum of RGB (Red+Green+Blue) = 83+204+112=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC70 is #AC338F. Grayscale: #9D9D9D. Windows color (decimal): -11285392 or 7392339. OLE color: 7392339.

HSL color Cylindrical-coordinate representation of color #53CC70: hue angle of 134.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC70 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 112 -
CMYK 0.59 0 0.45 0.2
HSL 134.38º 0.54% 0.56% -
HSV(B) 134.38º 0.59% 0.8% -
XYZ 28.08 46.19 22.77 -
YUV 157.33 102.41 74.98 -
System Red Green Blue C M Y K H S L
Decimal 83 204 112 0.59 0 0.45 0.2 134.38 0.54 0.56
Hex 53 CC 70 3B 0 2D 14 86 36 38
Octal 123 314 160 73 0 55 24 206 66 70
Binary 1010011 11001100 1110000 111011 0 101101 10100 10000110 110110 111000

Color Harmonies of #53CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC70

Black with #53CC70

Text Example


Text Example

White with #53CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CC70; }

 p { color: rgb(83,204,112); }

 H1.HeaderClassName
 {
   color: #53CC70;
 }
 .AnyTagClassName
 {
   color: #53CC70;
 }
</style>

background-color css

<style>
 a { background-color: #53CC70; }

 a { background-color: rgb(83,204,112); }

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

border-color css

<style>
 span { border-color: #53CC70; }

 span { border-color: rgb(83,204,112); }

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