Html Css Color HEX #52CB80 Emerald

📋 copy color: '#52CB80'

red 82 ◦ green 203 ◦ blue 128

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

Shades of Emerald #52CB80

Tints of Emerald #52CB80

RGB

 RED value IS 82 (32.42% from 255) = 19.85%

 GREEN value IS 203 (79.69% from 255) = 49.15%

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

R = 19.85%
G = 49.15%
B = 30.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#52CB80 (or 0x52CB80) is known color: Emerald. HEX triplet: 52, CB and 80. RGB value is (82,203,128). Sum of RGB (Red+Green+Blue) = 82+203+128=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CB80 is #AD347F. Grayscale: #9E9E9E. Windows color (decimal): -11351168 or 8440658. OLE color: 8440658.

HSL color Cylindrical-coordinate representation of color #52CB80: hue angle of 142.81º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB80 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 128 -
CMYK 0.60 0 0.37 0.20
HSL 142.81º 0.54% 0.56% -
HSV(B) 142.81º 0.6% 0.8% -
XYZ 28.73 46.06 27.8 -
YUV 158.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 82 203 128 0.60 0 0.37 0.20 142.81 0.54 0.56
Hex 52 CB 80 3C 0 25 14 8F 36 38
Octal 122 313 200 74 0 45 24 217 66 70
Binary 1010010 11001011 10000000 111100 0 100101 10100 10001111 110110 111000

Color Harmonies of #52CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB80

Black with #52CB80

Text Example


Text Example

White with #52CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52CB80; }

 p { color: rgb(82,203,128); }

 H1.HeaderClassName
 {
   color: #52CB80;
 }
 .AnyTagClassName
 {
   color: #52CB80;
 }
</style>

background-color css

<style>
 a { background-color: #52CB80; }

 a { background-color: rgb(82,203,128); }

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

border-color css

<style>
 span { border-color: #52CB80; }

 span { border-color: rgb(82,203,128); }

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