#52d852

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

Shades of Fern #52D852

Tints of Fern #52D852

Color information

#52D852 (or 0x52D852) is unknown color: approx Fern. HEX triplet: 52, D8 and 52. RGB value is (82,216,82). Sum of RGB (Red+Green+Blue) = 82+216+82=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #52D852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D852 is #AD27AD. Grayscale: #A1A1A1. Windows color (decimal): -11347886 or 5429330. OLE color: 5429330.

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

Color convert

RGB8221682-
CMYK0.6200.620.15
HSL120º63.21%58.43%-
HSV(B)120º62.04%84.71%-
XYZ29.5651.5116.37-
YUV160.6683.6171.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 216 (84.77% from 255) = 56.84%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=21.58%
G=56.84%
B=21.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82216820.6200.620.1512063.2158.43
Hex52D8523E03EF783f3a
Octal12233012276076171707772
Binary1010010110110001010010111110011111011111111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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