Shades of Fern #60CC68
Tints of Fern #60CC68
RGB
CMYK
RGB Variations
Color information
#60CC68 (or 0x60CC68) is known color: Fern. HEX triplet: 60, CC and 68. RGB value is (96,204,104). Sum of RGB (Red+Green+Blue) = 96+204+104=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CC68 is #9F3397. Grayscale: #A0A0A0. Windows color (decimal): -10433432 or 6868064. OLE color: 6868064.
HSL color Cylindrical-coordinate representation of color #60CC68: hue angle of 124.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CC68 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 104 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.2 |
| HSL | 124.44º | 0.51% | 0.59% | - |
| HSV(B) | 124.44º | 0.53% | 0.8% | - |
| XYZ | 28.92 | 46.67 | 20.58 | - |
| YUV | 160.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 104 | 0.53 | 0 | 0.49 | 0.2 | 124.44 | 0.51 | 0.59 |
| Hex | 60 | CC | 68 | 35 | 0 | 31 | 14 | 7C | 33 | 3B |
| Octal | 140 | 314 | 150 | 65 | 0 | 61 | 24 | 174 | 63 | 73 |
| Binary | 1100000 | 11001100 | 1101000 | 110101 | 0 | 110001 | 10100 | 1111100 | 110011 | 111011 |
Color Harmonies of #60CC68
Complementary color
Monochromatic Colors of #60CC68
Black with #60CC68
Text Example
Text Example
White with #60CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC68; }
p { color: rgb(96,204,104); }
H1.HeaderClassName
{
color: #60CC68;
}
.AnyTagClassName
{
color: #60CC68;
}
</style>
background-color css
<style>
a { background-color: #60CC68; }
a { background-color: rgb(96,204,104); }
div.DivClassName
{
background-color: #60CC68;
}
.BgClassName
{
background-color: #60CC68;
}
</style>
border-color css
<style>
span { border-color: #60CC68; }
span { border-color: rgb(96,204,104); }
td.TdClassName
{
border-color: #60CC68;
}
.TagClassName
{
border-color: #60CC68;
}
</style>