#52CA5E

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

Shades of Fern #52CA5E

Tints of Fern #52CA5E

Color information

#52CA5E (or 0x52CA5E) is unknown color: approx Fern. HEX triplet: 52, CA and 5E. RGB value is (82,202,94). Sum of RGB (Red+Green+Blue) = 82+202+94=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA5E is #AD35A1. Grayscale: #9A9A9A. Windows color (decimal): -11351458 or 6212178. OLE color: 6212178.

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

Color convert

RGB8220294-
CMYK0.5900.530.21
HSL126º53.1%55.69%-
HSV(B)126º59.41%79.22%-
XYZ26.6244.8417.84-
YUV153.8194.2476.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=21.69%
G=53.44%
B=24.87%

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
Decimal82202940.5900.530.2112653.155.69
Hex52CA5E3B035157e3538
Octal12231213673065251766570
Binary10100101100101010111101110110110101101011111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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