Shades of Fern #62B75C
Tints of Fern #62B75C
RGB
CMYK
RGB Variations
Color information
#62B75C (or 0x62B75C) is known color: Fern. HEX triplet: 62, B7 and 5C. RGB value is (98,183,92). Sum of RGB (Red+Green+Blue) = 98+183+92=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #62B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B75C is #9D48A3. Grayscale: #939393. Windows color (decimal): -10307748 or 6076258. OLE color: 6076258.
HSL color Cylindrical-coordinate representation of color #62B75C: hue angle of 116.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62B75C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 183 | 92 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.28 |
| HSL | 116.04º | 0.39% | 0.54% | - |
| HSV(B) | 116.04º | 0.5% | 0.72% | - |
| XYZ | 23.9 | 37.24 | 16.05 | - |
| YUV | 147.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 92 | 0.46 | 0 | 0.50 | 0.28 | 116.04 | 0.39 | 0.54 |
| Hex | 62 | B7 | 5C | 2E | 0 | 32 | 1C | 74 | 27 | 36 |
| Octal | 142 | 267 | 134 | 56 | 0 | 62 | 34 | 164 | 47 | 66 |
| Binary | 1100010 | 10110111 | 1011100 | 101110 | 0 | 110010 | 11100 | 1110100 | 100111 | 110110 |
Color Harmonies of #62B75C
Complementary color
Monochromatic Colors of #62B75C
Black with #62B75C
Text Example
Text Example
White with #62B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B75C; }
p { color: rgb(98,183,92); }
H1.HeaderClassName
{
color: #62B75C;
}
.AnyTagClassName
{
color: #62B75C;
}
</style>
background-color css
<style>
a { background-color: #62B75C; }
a { background-color: rgb(98,183,92); }
div.DivClassName
{
background-color: #62B75C;
}
.BgClassName
{
background-color: #62B75C;
}
</style>
border-color css
<style>
span { border-color: #62B75C; }
span { border-color: rgb(98,183,92); }
td.TdClassName
{
border-color: #62B75C;
}
.TagClassName
{
border-color: #62B75C;
}
</style>