Shades of Fern #62B666
Tints of Fern #62B666
RGB
CMYK
RGB Variations
Color information
#62B666 (or 0x62B666) is known color: Fern. HEX triplet: 62, B6 and 66. RGB value is (98,182,102). Sum of RGB (Red+Green+Blue) = 98+182+102=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #62B666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B666 is #9D4999. Grayscale: #949494. Windows color (decimal): -10307994 or 6731362. OLE color: 6731362.
HSL color Cylindrical-coordinate representation of color #62B666: hue angle of 122.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B666 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 102 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.29 |
| HSL | 122.86º | 0.37% | 0.55% | - |
| HSV(B) | 122.86º | 0.46% | 0.71% | - |
| XYZ | 24.16 | 37.01 | 18.44 | - |
| YUV | 147.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 102 | 0.46 | 0 | 0.44 | 0.29 | 122.86 | 0.37 | 0.55 |
| Hex | 62 | B6 | 66 | 2E | 0 | 2C | 1D | 7B | 25 | 37 |
| Octal | 142 | 266 | 146 | 56 | 0 | 54 | 35 | 173 | 45 | 67 |
| Binary | 1100010 | 10110110 | 1100110 | 101110 | 0 | 101100 | 11101 | 1111011 | 100101 | 110111 |
Color Harmonies of #62B666
Complementary color
Monochromatic Colors of #62B666
Black with #62B666
Text Example
Text Example
White with #62B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B666; }
p { color: rgb(98,182,102); }
H1.HeaderClassName
{
color: #62B666;
}
.AnyTagClassName
{
color: #62B666;
}
</style>
background-color css
<style>
a { background-color: #62B666; }
a { background-color: rgb(98,182,102); }
div.DivClassName
{
background-color: #62B666;
}
.BgClassName
{
background-color: #62B666;
}
</style>
border-color css
<style>
span { border-color: #62B666; }
span { border-color: rgb(98,182,102); }
td.TdClassName
{
border-color: #62B666;
}
.TagClassName
{
border-color: #62B666;
}
</style>