#60CA65

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

Shades of Fern #60CA65

Tints of Fern #60CA65

Color information

#60CA65 (or 0x60CA65) is unknown color: approx Fern. HEX triplet: 60, CA and 65. RGB value is (96,202,101). Sum of RGB (Red+Green+Blue) = 96+202+101=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA65 is #9F359A. Grayscale: #9F9F9F. Windows color (decimal): -10433947 or 6670944. OLE color: 6670944.

HSL color Cylindrical-coordinate representation of color #60CA65: hue angle of 122.83º degrees, saturation: 0.5, 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 #60CA65 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB96202101-
CMYK0.5200.500.21
HSL122.83º50%58.43%-
HSV(B)122.83º52.48%79.22%-
XYZ28.2945.6719.64-
YUV158.7995.3883.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=24.06%
G=50.63%
B=25.31%

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
Decimal962021010.5200.500.21122.835058.43
Hex60CA6534032157b323a
Octal14031214564062251736272
Binary11000001100101011001011101000110010101011111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,101); }

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

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

 a { background-color: rgb(96,202,101); }

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

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

 span { border-color: rgb(96,202,101); }

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