Html Css Color HEX #52D864 Emerald

📋 copy color: '#52D864'

red 82 ◦ green 216 ◦ blue 100

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

Shades of Emerald #52D864

Tints of Emerald #52D864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.27%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 20.6%
G = 54.27%
B = 25.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#52D864 (or 0x52D864) is known color: Emerald. HEX triplet: 52, D8 and 64. RGB value is (82,216,100). Sum of RGB (Red+Green+Blue) = 82+216+100=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #52D864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D864 is #AD279B. Grayscale: #A3A3A3. Windows color (decimal): -11347868 or 6608978. OLE color: 6608978.

HSL color Cylindrical-coordinate representation of color #52D864: hue angle of 128.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D864 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 100 -
CMYK 0.62 0 0.54 0.15
HSL 128.06º 0.63% 0.58% -
HSV(B) 128.06º 0.62% 0.85% -
XYZ 30.34 51.83 20.46 -
YUV 162.71 92.61 70.43 -
System Red Green Blue C M Y K H S L
Decimal 82 216 100 0.62 0 0.54 0.15 128.06 0.63 0.58
Hex 52 D8 64 3E 0 36 F 80 3F 3A
Octal 122 330 144 76 0 66 17 200 77 72
Binary 1010010 11011000 1100100 111110 0 110110 1111 10000000 111111 111010

Color Harmonies of #52D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D864

Black with #52D864

Text Example


Text Example

White with #52D864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,100); }

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

background-color css

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

 a { background-color: rgb(82,216,100); }

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

border-color css

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

 span { border-color: rgb(82,216,100); }

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