Shades of Fern #60BC5A
Tints of Fern #60BC5A
RGB
CMYK
RGB Variations
Color information
#60BC5A (or 0x60BC5A) is known color: Fern. HEX triplet: 60, BC and 5A. RGB value is (96,188,90). Sum of RGB (Red+Green+Blue) = 96+188+90=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC5A is #9F43A5. Grayscale: #959595. Windows color (decimal): -10437542 or 5946464. OLE color: 5946464.
HSL color Cylindrical-coordinate representation of color #60BC5A: hue angle of 116.33º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BC5A is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 90 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.26 |
| HSL | 116.33º | 0.42% | 0.55% | - |
| HSV(B) | 116.33º | 0.52% | 0.74% | - |
| XYZ | 24.65 | 39.19 | 15.94 | - |
| YUV | 149.32 | 94.52 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 90 | 0.49 | 0 | 0.52 | 0.26 | 116.33 | 0.42 | 0.55 |
| Hex | 60 | BC | 5A | 31 | 0 | 34 | 1A | 74 | 2A | 37 |
| Octal | 140 | 274 | 132 | 61 | 0 | 64 | 32 | 164 | 52 | 67 |
| Binary | 1100000 | 10111100 | 1011010 | 110001 | 0 | 110100 | 11010 | 1110100 | 101010 | 110111 |
Color Harmonies of #60BC5A
Complementary color
Monochromatic Colors of #60BC5A
Black with #60BC5A
Text Example
Text Example
White with #60BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC5A; }
p { color: rgb(96,188,90); }
H1.HeaderClassName
{
color: #60BC5A;
}
.AnyTagClassName
{
color: #60BC5A;
}
</style>
background-color css
<style>
a { background-color: #60BC5A; }
a { background-color: rgb(96,188,90); }
div.DivClassName
{
background-color: #60BC5A;
}
.BgClassName
{
background-color: #60BC5A;
}
</style>
border-color css
<style>
span { border-color: #60BC5A; }
span { border-color: rgb(96,188,90); }
td.TdClassName
{
border-color: #60BC5A;
}
.TagClassName
{
border-color: #60BC5A;
}
</style>