#52B85D

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

Shades of Fern #52B85D

Tints of Fern #52B85D

Color information

#52B85D (or 0x52B85D) is unknown color: approx Fern. HEX triplet: 52, B8 and 5D. RGB value is (82,184,93). Sum of RGB (Red+Green+Blue) = 82+184+93=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #52B85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B85D is #AD47A2. Grayscale: #8F8F8F. Windows color (decimal): -11356067 or 6142034. OLE color: 6142034.

HSL color Cylindrical-coordinate representation of color #52B85D: hue angle of 126.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B85D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB8218493-
CMYK0.5500.490.28
HSL126.47º41.8%52.16%-
HSV(B)126.47º55.43%72.16%-
XYZ22.636.8716.28-
YUV143.1399.7184.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 184 (72.27% from 255) = 51.25%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=22.84%
G=51.25%
B=25.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82184930.5500.490.28126.4741.852.16
Hex52B85D370311C7e2a34
Octal12227013567061341765264
Binary10100101011100010111011101110110001111001111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,184,93); }

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

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

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

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

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

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

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