Shades of Fern #62AD6B
Tints of Fern #62AD6B
RGB
CMYK
RGB Variations
Color information
#62AD6B (or 0x62AD6B) is known color: Fern. HEX triplet: 62, AD and 6B. RGB value is (98,173,107). Sum of RGB (Red+Green+Blue) = 98+173+107=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AD6B is #9D5294. Grayscale: #8F8F8F. Windows color (decimal): -10310293 or 7056738. OLE color: 7056738.
HSL color Cylindrical-coordinate representation of color #62AD6B: hue angle of 127.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AD6B is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 173 | 107 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.32 |
| HSL | 127.2º | 0.31% | 0.53% | - |
| HSV(B) | 127.2º | 0.43% | 0.68% | - |
| XYZ | 22.63 | 33.55 | 19.19 | - |
| YUV | 143.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 107 | 0.43 | 0 | 0.38 | 0.32 | 127.2 | 0.31 | 0.53 |
| Hex | 62 | AD | 6B | 2B | 0 | 26 | 20 | 7F | 1F | 35 |
| Octal | 142 | 255 | 153 | 53 | 0 | 46 | 40 | 177 | 37 | 65 |
| Binary | 1100010 | 10101101 | 1101011 | 101011 | 0 | 100110 | 100000 | 1111111 | 11111 | 110101 |
Color Harmonies of #62AD6B
Complementary color
Monochromatic Colors of #62AD6B
Black with #62AD6B
Text Example
Text Example
White with #62AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AD6B; }
p { color: rgb(98,173,107); }
H1.HeaderClassName
{
color: #62AD6B;
}
.AnyTagClassName
{
color: #62AD6B;
}
</style>
background-color css
<style>
a { background-color: #62AD6B; }
a { background-color: rgb(98,173,107); }
div.DivClassName
{
background-color: #62AD6B;
}
.BgClassName
{
background-color: #62AD6B;
}
</style>
border-color css
<style>
span { border-color: #62AD6B; }
span { border-color: rgb(98,173,107); }
td.TdClassName
{
border-color: #62AD6B;
}
.TagClassName
{
border-color: #62AD6B;
}
</style>