Html Css Color HEX #53CC80 Emerald

📋 copy color: '#53CC80'

red 83 ◦ green 204 ◦ blue 128

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

Shades of Emerald #53CC80

Tints of Emerald #53CC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 20%
G = 49.16%
B = 30.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#53CC80 (or 0x53CC80) is known color: Emerald. HEX triplet: 53, CC and 80. RGB value is (83,204,128). Sum of RGB (Red+Green+Blue) = 83+204+128=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC80 is #AC337F. Grayscale: #9F9F9F. Windows color (decimal): -11285376 or 8440915. OLE color: 8440915.

HSL color Cylindrical-coordinate representation of color #53CC80: hue angle of 142.31º 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 #53CC80 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 128 -
CMYK 0.59 0 0.37 0.2
HSL 142.31º 0.54% 0.56% -
HSV(B) 142.31º 0.59% 0.8% -
XYZ 29.06 46.58 27.88 -
YUV 159.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 83 204 128 0.59 0 0.37 0.2 142.31 0.54 0.56
Hex 53 CC 80 3B 0 25 14 8E 36 38
Octal 123 314 200 73 0 45 24 216 66 70
Binary 1010011 11001100 10000000 111011 0 100101 10100 10001110 110110 111000

Color Harmonies of #53CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC80

Black with #53CC80

Text Example


Text Example

White with #53CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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