Html Css Color HEX #52D866 Emerald

📋 copy color: '#52D866'

red 82 ◦ green 216 ◦ blue 102

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

Shades of Emerald #52D866

Tints of Emerald #52D866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 20.5%
G = 54%
B = 25.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#52D866 (or 0x52D866) is known color: Emerald. HEX triplet: 52, D8 and 66. RGB value is (82,216,102). Sum of RGB (Red+Green+Blue) = 82+216+102=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #52D866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D866 is #AD2799. Grayscale: #A3A3A3. Windows color (decimal): -11347866 or 6740050. OLE color: 6740050.

HSL color Cylindrical-coordinate representation of color #52D866: hue angle of 128.96º 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 #52D866 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 102 -
CMYK 0.62 0 0.53 0.15
HSL 128.96º 0.63% 0.58% -
HSV(B) 128.96º 0.62% 0.85% -
XYZ 30.43 51.86 20.98 -
YUV 162.94 93.61 70.27 -
System Red Green Blue C M Y K H S L
Decimal 82 216 102 0.62 0 0.53 0.15 128.96 0.63 0.58
Hex 52 D8 66 3E 0 35 F 81 3F 3A
Octal 122 330 146 76 0 65 17 201 77 72
Binary 1010010 11011000 1100110 111110 0 110101 1111 10000001 111111 111010

Color Harmonies of #52D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D866

Black with #52D866

Text Example


Text Example

White with #52D866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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