#52BE5C

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

Shades of Fern #52BE5C

Tints of Fern #52BE5C

Color information

#52BE5C (or 0x52BE5C) is unknown color: approx Fern. HEX triplet: 52, BE and 5C. RGB value is (82,190,92). Sum of RGB (Red+Green+Blue) = 82+190+92=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE5C is #AD41A3. Grayscale: #929292. Windows color (decimal): -11354532 or 6078034. OLE color: 6078034.

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

Color convert

RGB8219092-
CMYK0.5700.520.25
HSL125.56º45.38%53.33%-
HSV(B)125.56º56.84%74.51%-
XYZ23.8239.3916.47-
YUV146.5497.2281.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 190 (74.61% from 255) = 52.20%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=22.53%
G=52.20%
B=25.27%

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
Decimal82190920.5700.520.25125.5645.3853.33
Hex52BE5C39034197e2d35
Octal12227613471064311765565
Binary10100101011111010111001110010110100110011111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,92); }

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

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

 a { background-color: rgb(82,190,92); }

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

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

 span { border-color: rgb(82,190,92); }

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