#52C160

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

Shades of Fern #52C160

Tints of Fern #52C160

Color information

#52C160 (or 0x52C160) is unknown color: approx Fern. HEX triplet: 52, C1 and 60. RGB value is (82,193,96). Sum of RGB (Red+Green+Blue) = 82+193+96=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #52C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C160 is #AD3E9F. Grayscale: #959595. Windows color (decimal): -11353760 or 6340946. OLE color: 6340946.

HSL color Cylindrical-coordinate representation of color #52C160: hue angle of 127.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C160 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB8219396-
CMYK0.5800.500.24
HSL127.57º47.23%53.92%-
HSV(B)127.57º57.51%75.69%-
XYZ24.6640.7817.64-
YUV148.7598.2380.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=22.10%
G=52.02%
B=25.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193960.5800.500.24127.5747.2353.92
Hex52C1603A03218802f36
Octal12230114072062302005766
Binary101001011000001110000011101001100101100010000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,96); }

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

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

 a { background-color: rgb(82,193,96); }

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

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

 span { border-color: rgb(82,193,96); }

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