#4cc160

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

Shades of Fern #4CC160

Tints of Fern #4CC160

Color information

#4CC160 (or 0x4CC160) is unknown color: approx Fern. HEX triplet: 4C, C1 and 60. RGB value is (76,193,96). Sum of RGB (Red+Green+Blue) = 76+193+96=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC160 is #B33E9F. Grayscale: #939393. Windows color (decimal): -11746976 or 6340940. OLE color: 6340940.

HSL color Cylindrical-coordinate representation of color #4CC160: hue angle of 130.26º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC160 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB7619396-
CMYK0.6100.500.24
HSL130.26º48.55%52.75%-
HSV(B)130.26º60.62%75.69%-
XYZ24.1640.5217.61-
YUV146.9699.2477.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=20.82%
G=52.88%
B=26.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193960.6100.500.24130.2648.5552.75
Hex4CC1603D03218823135
Octal11430114075062302026165
Binary100110011000001110000011110101100101100010000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cc160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4cc160; }

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

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

<style>
 a { background-color: #4cc160; }

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

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

<style>
 span { border-color: #4cc160; }

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

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