#52B75F

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

Shades of Fern #52B75F

Tints of Fern #52B75F

Color information

#52B75F (or 0x52B75F) is unknown color: approx Fern. HEX triplet: 52, B7 and 5F. RGB value is (82,183,95). Sum of RGB (Red+Green+Blue) = 82+183+95=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #52B75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B75F is #AD48A0. Grayscale: #8F8F8F. Windows color (decimal): -11356321 or 6272850. OLE color: 6272850.

HSL color Cylindrical-coordinate representation of color #52B75F: hue angle of 127.72º degrees, saturation: 0.41, 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 #52B75F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB8218395-
CMYK0.5500.480.28
HSL127.72º41.22%51.96%-
HSV(B)127.72º55.19%71.76%-
XYZ22.4836.4916.68-
YUV142.77101.0484.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 183 (71.88% from 255) = 50.83%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=22.78%
G=50.83%
B=26.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183950.5500.480.28127.7241.2251.96
Hex52B75F370301C802934
Octal12226713767060342005164
Binary101001010110111101111111011101100001110010000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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