#52C95C

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

Shades of Fern #52C95C

Tints of Fern #52C95C

Color information

#52C95C (or 0x52C95C) is unknown color: approx Fern. HEX triplet: 52, C9 and 5C. RGB value is (82,201,92). Sum of RGB (Red+Green+Blue) = 82+201+92=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #52C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C95C is #AD36A3. Grayscale: #999999. Windows color (decimal): -11351716 or 6080850. OLE color: 6080850.

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

Color convert

RGB8220192-
CMYK0.5900.540.21
HSL125.04º52.42%55.49%-
HSV(B)125.04º59.2%78.82%-
XYZ26.344.3417.3-
YUV152.9993.5877.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 201 (78.91% from 255) = 53.6%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=21.87%
G=53.6%
B=24.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82201920.5900.540.21125.0452.4255.49
Hex52C95C3B036157d3437
Octal12231113473066251756467
Binary10100101100100110111001110110110110101011111101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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