#52D766

Color #52D766 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #52D766

Tints of Emerald #52D766

Color information

#52D766 (or 0x52D766) is unknown color: approx Emerald. HEX triplet: 52, D7 and 66. RGB value is (82,215,102). Sum of RGB (Red+Green+Blue) = 82+215+102=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #52D766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D766 is #AD2899. Grayscale: #A2A2A2. Windows color (decimal): -11348122 or 6739794. OLE color: 6739794.

HSL color Cylindrical-coordinate representation of color #52D766: hue angle of 129.02º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D766 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB82215102-
CMYK0.6200.530.16
HSL129.02º62.44%58.24%-
HSV(B)129.02º61.86%84.31%-
XYZ30.1851.3520.89-
YUV162.3593.9470.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=20.55%
G=53.88%
B=25.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822151020.6200.530.16129.0262.4458.24
Hex52D7663E03510813e3a
Octal12232714676065202017672
Binary101001011010111110011011111001101011000010000001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52D766;
 }
 .AnyTagClassName
 {
   color: #52D766;
 }
</style>
background-color css

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

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

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

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

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

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