Shades of Fern #60BD5B
Tints of Fern #60BD5B
RGB
CMYK
RGB Variations
Color information
#60BD5B (or 0x60BD5B) is known color: Fern. HEX triplet: 60, BD and 5B. RGB value is (96,189,91). Sum of RGB (Red+Green+Blue) = 96+189+91=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD5B is #9F42A4. Grayscale: #969696. Windows color (decimal): -10437285 or 6012256. OLE color: 6012256.
HSL color Cylindrical-coordinate representation of color #60BD5B: hue angle of 116.94º degrees, saturation: 0.43, 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 #60BD5B is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 91 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.26 |
| HSL | 116.94º | 0.43% | 0.55% | - |
| HSV(B) | 116.94º | 0.52% | 0.74% | - |
| XYZ | 24.91 | 39.64 | 16.24 | - |
| YUV | 150.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 91 | 0.49 | 0 | 0.52 | 0.26 | 116.94 | 0.43 | 0.55 |
| Hex | 60 | BD | 5B | 31 | 0 | 34 | 1A | 75 | 2B | 37 |
| Octal | 140 | 275 | 133 | 61 | 0 | 64 | 32 | 165 | 53 | 67 |
| Binary | 1100000 | 10111101 | 1011011 | 110001 | 0 | 110100 | 11010 | 1110101 | 101011 | 110111 |
Color Harmonies of #60BD5B
Complementary color
Monochromatic Colors of #60BD5B
Black with #60BD5B
Text Example
Text Example
White with #60BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD5B; }
p { color: rgb(96,189,91); }
H1.HeaderClassName
{
color: #60BD5B;
}
.AnyTagClassName
{
color: #60BD5B;
}
</style>
background-color css
<style>
a { background-color: #60BD5B; }
a { background-color: rgb(96,189,91); }
div.DivClassName
{
background-color: #60BD5B;
}
.BgClassName
{
background-color: #60BD5B;
}
</style>
border-color css
<style>
span { border-color: #60BD5B; }
span { border-color: rgb(96,189,91); }
td.TdClassName
{
border-color: #60BD5B;
}
.TagClassName
{
border-color: #60BD5B;
}
</style>