#60C964

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

Shades of Fern #60C964

Tints of Fern #60C964

Color information

#60C964 (or 0x60C964) is unknown color: approx Fern. HEX triplet: 60, C9 and 64. RGB value is (96,201,100). Sum of RGB (Red+Green+Blue) = 96+201+100=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #60C964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C964 is #9F369B. Grayscale: #9E9E9E. Windows color (decimal): -10434204 or 6605152. OLE color: 6605152.

HSL color Cylindrical-coordinate representation of color #60C964: hue angle of 122.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C964 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB96201100-
CMYK0.5200.500.21
HSL122.29º49.3%58.24%-
HSV(B)122.29º52.24%78.82%-
XYZ28.0145.1819.3-
YUV158.0995.2183.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 201 (78.91% from 255) = 50.63%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=24.18%
G=50.63%
B=25.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962011000.5200.500.21122.2949.358.24
Hex60C96434032157a313a
Octal14031114464062251726172
Binary11000001100100111001001101000110010101011111010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C964; }

 p { color: rgb(96,201,100); }

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

<style>
 a { background-color: #60C964; }

 a { background-color: rgb(96,201,100); }

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

<style>
 span { border-color: #60C964; }

 span { border-color: rgb(96,201,100); }

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