Shades of Fern #62BD6B
Tints of Fern #62BD6B
RGB
CMYK
RGB Variations
Color information
#62BD6B (or 0x62BD6B) is known color: Fern. HEX triplet: 62, BD and 6B. RGB value is (98,189,107). Sum of RGB (Red+Green+Blue) = 98+189+107=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BD6B is #9D4294. Grayscale: #989898. Windows color (decimal): -10306197 or 7060834. OLE color: 7060834.
HSL color Cylindrical-coordinate representation of color #62BD6B: hue angle of 125.93º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BD6B is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 107 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.26 |
| HSL | 125.93º | 0.41% | 0.56% | - |
| HSV(B) | 125.93º | 0.48% | 0.74% | - |
| XYZ | 25.89 | 40.05 | 20.28 | - |
| YUV | 152.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 107 | 0.48 | 0 | 0.43 | 0.26 | 125.93 | 0.41 | 0.56 |
| Hex | 62 | BD | 6B | 30 | 0 | 2B | 1A | 7E | 29 | 38 |
| Octal | 142 | 275 | 153 | 60 | 0 | 53 | 32 | 176 | 51 | 70 |
| Binary | 1100010 | 10111101 | 1101011 | 110000 | 0 | 101011 | 11010 | 1111110 | 101001 | 111000 |
Color Harmonies of #62BD6B
Complementary color
Monochromatic Colors of #62BD6B
Black with #62BD6B
Text Example
Text Example
White with #62BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD6B; }
p { color: rgb(98,189,107); }
H1.HeaderClassName
{
color: #62BD6B;
}
.AnyTagClassName
{
color: #62BD6B;
}
</style>
background-color css
<style>
a { background-color: #62BD6B; }
a { background-color: rgb(98,189,107); }
div.DivClassName
{
background-color: #62BD6B;
}
.BgClassName
{
background-color: #62BD6B;
}
</style>
border-color css
<style>
span { border-color: #62BD6B; }
span { border-color: rgb(98,189,107); }
td.TdClassName
{
border-color: #62BD6B;
}
.TagClassName
{
border-color: #62BD6B;
}
</style>