#52CA5F

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

Shades of Fern #52CA5F

Tints of Fern #52CA5F

Color information

#52CA5F (or 0x52CA5F) is unknown color: approx Fern. HEX triplet: 52, CA and 5F. RGB value is (82,202,95). Sum of RGB (Red+Green+Blue) = 82+202+95=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA5F is #AD35A0. Grayscale: #9A9A9A. Windows color (decimal): -11351457 or 6277714. OLE color: 6277714.

HSL color Cylindrical-coordinate representation of color #52CA5F: hue angle of 126.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA5F is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB8220295-
CMYK0.5900.530.21
HSL126.5º53.1%55.69%-
HSV(B)126.5º59.41%79.22%-
XYZ26.6744.8618.08-
YUV153.9294.7476.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=21.64%
G=53.30%
B=25.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202950.5900.530.21126.553.155.69
Hex52CA5F3B035157e3538
Octal12231213773065251766570
Binary10100101100101010111111110110110101101011111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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