#52BB5F

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

Shades of Fern #52BB5F

Tints of Fern #52BB5F

Color information

#52BB5F (or 0x52BB5F) is unknown color: approx Fern. HEX triplet: 52, BB and 5F. RGB value is (82,187,95). Sum of RGB (Red+Green+Blue) = 82+187+95=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB5F is #AD44A0. Grayscale: #919191. Windows color (decimal): -11355297 or 6273874. OLE color: 6273874.

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

Color convert

RGB8218795-
CMYK0.5600.490.27
HSL127.43º43.57%52.75%-
HSV(B)127.43º56.15%73.33%-
XYZ23.3238.1616.96-
YUV145.1299.7182.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 187 (73.44% from 255) = 51.37%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=22.53%
G=51.37%
B=26.10%

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
Decimal82187950.5600.490.27127.4343.5752.75
Hex52BB5F380311B7f2c35
Octal12227313770061331775465
Binary10100101011101110111111110000110001110111111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,95); }

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

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

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

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

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

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

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