Shades of Fern #62B45D
Tints of Fern #62B45D
RGB
CMYK
RGB Variations
Color information
#62B45D (or 0x62B45D) is known color: Fern. HEX triplet: 62, B4 and 5D. RGB value is (98,180,93). Sum of RGB (Red+Green+Blue) = 98+180+93=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #62B45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B45D is #9D4BA2. Grayscale: #919191. Windows color (decimal): -10308515 or 6141026. OLE color: 6141026.
HSL color Cylindrical-coordinate representation of color #62B45D: hue angle of 116.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62B45D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 180 | 93 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.29 |
| HSL | 116.55º | 0.37% | 0.54% | - |
| HSV(B) | 116.55º | 0.48% | 0.71% | - |
| XYZ | 23.33 | 36.03 | 16.08 | - |
| YUV | 145.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 180 | 93 | 0.46 | 0 | 0.48 | 0.29 | 116.55 | 0.37 | 0.54 |
| Hex | 62 | B4 | 5D | 2E | 0 | 30 | 1D | 75 | 25 | 36 |
| Octal | 142 | 264 | 135 | 56 | 0 | 60 | 35 | 165 | 45 | 66 |
| Binary | 1100010 | 10110100 | 1011101 | 101110 | 0 | 110000 | 11101 | 1110101 | 100101 | 110110 |
Color Harmonies of #62B45D
Complementary color
Monochromatic Colors of #62B45D
Black with #62B45D
Text Example
Text Example
White with #62B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B45D; }
p { color: rgb(98,180,93); }
H1.HeaderClassName
{
color: #62B45D;
}
.AnyTagClassName
{
color: #62B45D;
}
</style>
background-color css
<style>
a { background-color: #62B45D; }
a { background-color: rgb(98,180,93); }
div.DivClassName
{
background-color: #62B45D;
}
.BgClassName
{
background-color: #62B45D;
}
</style>
border-color css
<style>
span { border-color: #62B45D; }
span { border-color: rgb(98,180,93); }
td.TdClassName
{
border-color: #62B45D;
}
.TagClassName
{
border-color: #62B45D;
}
</style>