Html Css Color HEX #52CB84 Emerald

📋 copy color: '#52CB84'

red 82 ◦ green 203 ◦ blue 132

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

Shades of Emerald #52CB84

Tints of Emerald #52CB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 19.66%
G = 48.68%
B = 31.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#52CB84 (or 0x52CB84) is known color: Emerald. HEX triplet: 52, CB and 84. RGB value is (82,203,132). Sum of RGB (Red+Green+Blue) = 82+203+132=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CB84 is #AD347B. Grayscale: #9E9E9E. Windows color (decimal): -11351164 or 8702802. OLE color: 8702802.

HSL color Cylindrical-coordinate representation of color #52CB84: hue angle of 144.79º 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 #52CB84 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 132 -
CMYK 0.60 0 0.35 0.20
HSL 144.79º 0.54% 0.56% -
HSV(B) 144.79º 0.6% 0.8% -
XYZ 29 46.17 29.21 -
YUV 158.73 112.91 73.27 -
System Red Green Blue C M Y K H S L
Decimal 82 203 132 0.60 0 0.35 0.20 144.79 0.54 0.56
Hex 52 CB 84 3C 0 23 14 91 36 38
Octal 122 313 204 74 0 43 24 221 66 70
Binary 1010010 11001011 10000100 111100 0 100011 10100 10010001 110110 111000

Color Harmonies of #52CB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB84

Black with #52CB84

Text Example


Text Example

White with #52CB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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