#52B95E

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

Shades of Fern #52B95E

Tints of Fern #52B95E

Color information

#52B95E (or 0x52B95E) is unknown color: approx Fern. HEX triplet: 52, B9 and 5E. RGB value is (82,185,94). Sum of RGB (Red+Green+Blue) = 82+185+94=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #52B95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B95E is #AD46A1. Grayscale: #909090. Windows color (decimal): -11355810 or 6207826. OLE color: 6207826.

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

Color convert

RGB8218594-
CMYK0.5600.490.27
HSL126.99º42.39%52.35%-
HSV(B)126.99º55.68%72.55%-
XYZ22.8537.316.59-
YUV143.8399.8883.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=22.71%
G=51.25%
B=26.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185940.5600.490.27126.9942.3952.35
Hex52B95E380311B7f2a34
Octal12227113670061331775264
Binary10100101011100110111101110000110001110111111111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,94); }

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

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

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

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

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

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

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