Shades of Fern #60B45B
Tints of Fern #60B45B
RGB
CMYK
RGB Variations
Color information
#60B45B (or 0x60B45B) is known color: Fern. HEX triplet: 60, B4 and 5B. RGB value is (96,180,91). Sum of RGB (Red+Green+Blue) = 96+180+91=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #60B45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B45B is #9F4BA4. Grayscale: #919191. Windows color (decimal): -10439589 or 6009952. OLE color: 6009952.
HSL color Cylindrical-coordinate representation of color #60B45B: hue angle of 116.63º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B45B is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 91 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.29 |
| HSL | 116.63º | 0.37% | 0.53% | - |
| HSV(B) | 116.63º | 0.49% | 0.71% | - |
| XYZ | 23.03 | 35.88 | 15.61 | - |
| YUV | 144.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 91 | 0.47 | 0 | 0.49 | 0.29 | 116.63 | 0.37 | 0.53 |
| Hex | 60 | B4 | 5B | 2F | 0 | 31 | 1D | 75 | 25 | 35 |
| Octal | 140 | 264 | 133 | 57 | 0 | 61 | 35 | 165 | 45 | 65 |
| Binary | 1100000 | 10110100 | 1011011 | 101111 | 0 | 110001 | 11101 | 1110101 | 100101 | 110101 |
Color Harmonies of #60B45B
Complementary color
Monochromatic Colors of #60B45B
Black with #60B45B
Text Example
Text Example
White with #60B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B45B; }
p { color: rgb(96,180,91); }
H1.HeaderClassName
{
color: #60B45B;
}
.AnyTagClassName
{
color: #60B45B;
}
</style>
background-color css
<style>
a { background-color: #60B45B; }
a { background-color: rgb(96,180,91); }
div.DivClassName
{
background-color: #60B45B;
}
.BgClassName
{
background-color: #60B45B;
}
</style>
border-color css
<style>
span { border-color: #60B45B; }
span { border-color: rgb(96,180,91); }
td.TdClassName
{
border-color: #60B45B;
}
.TagClassName
{
border-color: #60B45B;
}
</style>