Shades of Fern #62B66A
Tints of Fern #62B66A
RGB
CMYK
RGB Variations
Color information
#62B66A (or 0x62B66A) is known color: Fern. HEX triplet: 62, B6 and 6A. RGB value is (98,182,106). Sum of RGB (Red+Green+Blue) = 98+182+106=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #62B66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B66A is #9D4995. Grayscale: #949494. Windows color (decimal): -10307990 or 6993506. OLE color: 6993506.
HSL color Cylindrical-coordinate representation of color #62B66A: hue angle of 125.71º 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 #62B66A is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 106 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.29 |
| HSL | 125.71º | 0.37% | 0.55% | - |
| HSV(B) | 125.71º | 0.46% | 0.71% | - |
| XYZ | 24.37 | 37.09 | 19.51 | - |
| YUV | 148.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 106 | 0.46 | 0 | 0.42 | 0.29 | 125.71 | 0.37 | 0.55 |
| Hex | 62 | B6 | 6A | 2E | 0 | 2A | 1D | 7E | 25 | 37 |
| Octal | 142 | 266 | 152 | 56 | 0 | 52 | 35 | 176 | 45 | 67 |
| Binary | 1100010 | 10110110 | 1101010 | 101110 | 0 | 101010 | 11101 | 1111110 | 100101 | 110111 |
Color Harmonies of #62B66A
Complementary color
Monochromatic Colors of #62B66A
Black with #62B66A
Text Example
Text Example
White with #62B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B66A; }
p { color: rgb(98,182,106); }
H1.HeaderClassName
{
color: #62B66A;
}
.AnyTagClassName
{
color: #62B66A;
}
</style>
background-color css
<style>
a { background-color: #62B66A; }
a { background-color: rgb(98,182,106); }
div.DivClassName
{
background-color: #62B66A;
}
.BgClassName
{
background-color: #62B66A;
}
</style>
border-color css
<style>
span { border-color: #62B66A; }
span { border-color: rgb(98,182,106); }
td.TdClassName
{
border-color: #62B66A;
}
.TagClassName
{
border-color: #62B66A;
}
</style>