#52f386

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

Shades of Emerald #52F386

Tints of Emerald #52F386

Color information

#52F386 (or 0x52F386) is unknown color: approx Emerald. HEX triplet: 52, F3 and 86. RGB value is (82,243,134). Sum of RGB (Red+Green+Blue) = 82+243+134=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #52F386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F386 is #AD0C79. Grayscale: #B6B6B6. Windows color (decimal): -11340922 or 8844114. OLE color: 8844114.

HSL color Cylindrical-coordinate representation of color #52F386: hue angle of 139.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F386 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB82243134-
CMYK0.6600.450.05
HSL139.38º87.03%63.73%-
HSV(B)139.38º66.26%95.29%-
XYZ39.8367.6233.51-
YUV182.44100.6656.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 243 (95.31% from 255) = 52.94%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=17.86%
G=52.94%
B=29.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822431340.6600.450.05139.3887.0363.73
Hex52F3864202D58b5740
Octal1223632061020555213127100
Binary10100101111001110000110100001001011011011000101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52f386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,243,134); }

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

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

 a { background-color: rgb(82,243,134); }

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

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

 span { border-color: rgb(82,243,134); }

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