Shades of Fern #60CB68
Tints of Fern #60CB68
RGB
CMYK
RGB Variations
Color information
#60CB68 (or 0x60CB68) is known color: Fern. HEX triplet: 60, CB and 68. RGB value is (96,203,104). Sum of RGB (Red+Green+Blue) = 96+203+104=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB68 is #9F3497. Grayscale: #A0A0A0. Windows color (decimal): -10433688 or 6867808. OLE color: 6867808.
HSL color Cylindrical-coordinate representation of color #60CB68: hue angle of 124.49º 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 #60CB68 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 104 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.20 |
| HSL | 124.49º | 0.51% | 0.59% | - |
| HSV(B) | 124.49º | 0.53% | 0.8% | - |
| XYZ | 28.68 | 46.2 | 20.5 | - |
| YUV | 159.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 104 | 0.53 | 0 | 0.49 | 0.20 | 124.49 | 0.51 | 0.59 |
| Hex | 60 | CB | 68 | 35 | 0 | 31 | 14 | 7C | 33 | 3B |
| Octal | 140 | 313 | 150 | 65 | 0 | 61 | 24 | 174 | 63 | 73 |
| Binary | 1100000 | 11001011 | 1101000 | 110101 | 0 | 110001 | 10100 | 1111100 | 110011 | 111011 |
Color Harmonies of #60CB68
Complementary color
Monochromatic Colors of #60CB68
Black with #60CB68
Text Example
Text Example
White with #60CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB68; }
p { color: rgb(96,203,104); }
H1.HeaderClassName
{
color: #60CB68;
}
.AnyTagClassName
{
color: #60CB68;
}
</style>
background-color css
<style>
a { background-color: #60CB68; }
a { background-color: rgb(96,203,104); }
div.DivClassName
{
background-color: #60CB68;
}
.BgClassName
{
background-color: #60CB68;
}
</style>
border-color css
<style>
span { border-color: #60CB68; }
span { border-color: rgb(96,203,104); }
td.TdClassName
{
border-color: #60CB68;
}
.TagClassName
{
border-color: #60CB68;
}
</style>