Shades of Fern #60CF6A
Tints of Fern #60CF6A
RGB
CMYK
RGB Variations
Color information
#60CF6A (or 0x60CF6A) is known color: Fern. HEX triplet: 60, CF and 6A. RGB value is (96,207,106). Sum of RGB (Red+Green+Blue) = 96+207+106=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF6A is #9F3095. Grayscale: #A2A2A2. Windows color (decimal): -10432662 or 6999904. OLE color: 6999904.
HSL color Cylindrical-coordinate representation of color #60CF6A: hue angle of 125.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CF6A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 106 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.19 |
| HSL | 125.41º | 0.54% | 0.59% | - |
| HSV(B) | 125.41º | 0.54% | 0.81% | - |
| XYZ | 29.74 | 48.15 | 21.36 | - |
| YUV | 162.3 | 96.23 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 106 | 0.54 | 0 | 0.49 | 0.19 | 125.41 | 0.54 | 0.59 |
| Hex | 60 | CF | 6A | 36 | 0 | 31 | 13 | 7D | 36 | 3B |
| Octal | 140 | 317 | 152 | 66 | 0 | 61 | 23 | 175 | 66 | 73 |
| Binary | 1100000 | 11001111 | 1101010 | 110110 | 0 | 110001 | 10011 | 1111101 | 110110 | 111011 |
Color Harmonies of #60CF6A
Complementary color
Monochromatic Colors of #60CF6A
Black with #60CF6A
Text Example
Text Example
White with #60CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF6A; }
p { color: rgb(96,207,106); }
H1.HeaderClassName
{
color: #60CF6A;
}
.AnyTagClassName
{
color: #60CF6A;
}
</style>
background-color css
<style>
a { background-color: #60CF6A; }
a { background-color: rgb(96,207,106); }
div.DivClassName
{
background-color: #60CF6A;
}
.BgClassName
{
background-color: #60CF6A;
}
</style>
border-color css
<style>
span { border-color: #60CF6A; }
span { border-color: rgb(96,207,106); }
td.TdClassName
{
border-color: #60CF6A;
}
.TagClassName
{
border-color: #60CF6A;
}
</style>