#52DF69

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

Shades of Emerald #52DF69

Tints of Emerald #52DF69

Color information

#52DF69 (or 0x52DF69) is unknown color: approx Emerald. HEX triplet: 52, DF and 69. RGB value is (82,223,105). Sum of RGB (Red+Green+Blue) = 82+223+105=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF69 is #AD2096. Grayscale: #A7A7A7. Windows color (decimal): -11346071 or 6938450. OLE color: 6938450.

HSL color Cylindrical-coordinate representation of color #52DF69: hue angle of 129.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF69 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB82223105-
CMYK0.6300.530.13
HSL129.79º68.78%59.8%-
HSV(B)129.79º63.23%87.45%-
XYZ32.4255.5922.39-
YUV167.3992.7967.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 223 (87.5% from 255) = 54.39%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=20%
G=54.39%
B=25.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822231050.6300.530.13129.7968.7859.8
Hex52DF693F035D82453c
Octal122337151770651520210574
Binary101001011011111110100111111101101011101100000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,223,105); }

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

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

 a { background-color: rgb(82,223,105); }

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

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

 span { border-color: rgb(82,223,105); }

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