#52CA5B

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

Shades of Fern #52CA5B

Tints of Fern #52CA5B

Color information

#52CA5B (or 0x52CA5B) is unknown color: approx Fern. HEX triplet: 52, CA and 5B. RGB value is (82,202,91). Sum of RGB (Red+Green+Blue) = 82+202+91=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA5B is #AD35A4. Grayscale: #999999. Windows color (decimal): -11351461 or 6015570. OLE color: 6015570.

HSL color Cylindrical-coordinate representation of color #52CA5B: hue angle of 124.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 #52CA5B is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB8220291-
CMYK0.5900.550.21
HSL124.5º53.1%55.69%-
HSV(B)124.5º59.41%79.22%-
XYZ26.4944.7917.15-
YUV153.4792.7477.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=21.87%
G=53.87%
B=24.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202910.5900.550.21124.553.155.69
Hex52CA5B3B037157c3538
Octal12231213373067251746570
Binary10100101100101010110111110110110111101011111100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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