#52BF5B

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

Shades of Fern #52BF5B

Tints of Fern #52BF5B

Color information

#52BF5B (or 0x52BF5B) is unknown color: approx Fern. HEX triplet: 52, BF and 5B. RGB value is (82,191,91). Sum of RGB (Red+Green+Blue) = 82+191+91=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF5B is #AD40A4. Grayscale: #939393. Windows color (decimal): -11354277 or 6012754. OLE color: 6012754.

HSL color Cylindrical-coordinate representation of color #52BF5B: hue angle of 124.95º 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 #52BF5B is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB8219191-
CMYK0.5700.520.25
HSL124.95º45.99%53.53%-
HSV(B)124.95º57.07%74.9%-
XYZ2439.8116.32-
YUV147.0196.3981.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 191 (75% from 255) = 52.47%
BLUE value IS 91 (35.94% from 255) = 25%
R=22.53%
G=52.47%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82191910.5700.520.25124.9545.9953.53
Hex52BF5B39034197d2e36
Octal12227713371064311755666
Binary10100101011111110110111110010110100110011111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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