#52CE66

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

Shades of Emerald #52CE66

Tints of Emerald #52CE66

Color information

#52CE66 (or 0x52CE66) is unknown color: approx Emerald. HEX triplet: 52, CE and 66. RGB value is (82,206,102). Sum of RGB (Red+Green+Blue) = 82+206+102=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE66 is #AD3199. Grayscale: #9D9D9D. Windows color (decimal): -11350426 or 6737490. OLE color: 6737490.

HSL color Cylindrical-coordinate representation of color #52CE66: hue angle of 129.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE66 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB82206102-
CMYK0.6000.500.19
HSL129.68º55.86%56.47%-
HSV(B)129.68º60.19%80.78%-
XYZ27.9546.920.15-
YUV157.0796.9274.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 206 (80.86% from 255) = 52.82%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=21.03%
G=52.82%
B=26.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal822061020.6000.500.19129.6855.8656.47
Hex52CE663C03213823838
Octal12231614674062232027070
Binary101001011001110110011011110001100101001110000010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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