Shades of Fern #60B25D
Tints of Fern #60B25D
RGB
CMYK
RGB Variations
Color information
#60B25D (or 0x60B25D) is known color: Fern. HEX triplet: 60, B2 and 5D. RGB value is (96,178,93). Sum of RGB (Red+Green+Blue) = 96+178+93=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #60B25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B25D is #9F4DA2. Grayscale: #909090. Windows color (decimal): -10440099 or 6140512. OLE color: 6140512.
HSL color Cylindrical-coordinate representation of color #60B25D: hue angle of 117.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B25D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 93 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.30 |
| HSL | 117.88º | 0.36% | 0.53% | - |
| HSV(B) | 117.88º | 0.48% | 0.7% | - |
| XYZ | 22.72 | 35.12 | 15.94 | - |
| YUV | 143.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 93 | 0.46 | 0 | 0.48 | 0.30 | 117.88 | 0.36 | 0.53 |
| Hex | 60 | B2 | 5D | 2E | 0 | 30 | 1E | 76 | 24 | 35 |
| Octal | 140 | 262 | 135 | 56 | 0 | 60 | 36 | 166 | 44 | 65 |
| Binary | 1100000 | 10110010 | 1011101 | 101110 | 0 | 110000 | 11110 | 1110110 | 100100 | 110101 |
Color Harmonies of #60B25D
Complementary color
Monochromatic Colors of #60B25D
Black with #60B25D
Text Example
Text Example
White with #60B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B25D; }
p { color: rgb(96,178,93); }
H1.HeaderClassName
{
color: #60B25D;
}
.AnyTagClassName
{
color: #60B25D;
}
</style>
background-color css
<style>
a { background-color: #60B25D; }
a { background-color: rgb(96,178,93); }
div.DivClassName
{
background-color: #60B25D;
}
.BgClassName
{
background-color: #60B25D;
}
</style>
border-color css
<style>
span { border-color: #60B25D; }
span { border-color: rgb(96,178,93); }
td.TdClassName
{
border-color: #60B25D;
}
.TagClassName
{
border-color: #60B25D;
}
</style>