#52BF61

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

Shades of Fern #52BF61

Tints of Fern #52BF61

Color information

#52BF61 (or 0x52BF61) is unknown color: approx Fern. HEX triplet: 52, BF and 61. RGB value is (82,191,97). Sum of RGB (Red+Green+Blue) = 82+191+97=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF61 is #AD409E. Grayscale: #939393. Windows color (decimal): -11354271 or 6405970. OLE color: 6405970.

HSL color Cylindrical-coordinate representation of color #52BF61: hue angle of 128.26º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF61 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB8219197-
CMYK0.5700.490.25
HSL128.26º45.99%53.53%-
HSV(B)128.26º57.07%74.9%-
XYZ24.2739.9217.74-
YUV147.6999.3981.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=22.16%
G=51.62%
B=26.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82191970.5700.490.25128.2645.9953.53
Hex52BF613903119802e36
Octal12227714171061312005666
Binary101001010111111110000111100101100011100110000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,97); }

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

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

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

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

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

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

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