#52CD5A

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

Shades of Fern #52CD5A

Tints of Fern #52CD5A

Color information

#52CD5A (or 0x52CD5A) is unknown color: approx Fern. HEX triplet: 52, CD and 5A. RGB value is (82,205,90). Sum of RGB (Red+Green+Blue) = 82+205+90=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD5A is #AD32A5. Grayscale: #9B9B9B. Windows color (decimal): -11350694 or 5950802. OLE color: 5950802.

HSL color Cylindrical-coordinate representation of color #52CD5A: hue angle of 123.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD5A is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB8220590-
CMYK0.600.560.20
HSL123.9º55.16%56.27%-
HSV(B)123.9º60%80.39%-
XYZ27.1646.1917.16-
YUV155.1191.2575.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 205 (80.47% from 255) = 54.38%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=21.75%
G=54.38%
B=23.87%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205900.600.560.20123.955.1656.27
Hex52CD5A3C038147c3738
Octal12231513274070241746770
Binary10100101100110110110101111000111000101001111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,90); }

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

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

 a { background-color: rgb(82,205,90); }

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

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

 span { border-color: rgb(82,205,90); }

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