Shades of Fern #62BD5D
Tints of Fern #62BD5D
RGB
CMYK
RGB Variations
Color information
#62BD5D (or 0x62BD5D) is known color: Fern. HEX triplet: 62, BD and 5D. RGB value is (98,189,93). Sum of RGB (Red+Green+Blue) = 98+189+93=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BD5D is #9D42A2. Grayscale: #979797. Windows color (decimal): -10306211 or 6143330. OLE color: 6143330.
HSL color Cylindrical-coordinate representation of color #62BD5D: hue angle of 116.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62BD5D is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 93 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.26 |
| HSL | 116.88º | 0.42% | 0.55% | - |
| HSV(B) | 116.88º | 0.51% | 0.74% | - |
| XYZ | 25.21 | 39.78 | 16.71 | - |
| YUV | 150.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 93 | 0.48 | 0 | 0.51 | 0.26 | 116.88 | 0.42 | 0.55 |
| Hex | 62 | BD | 5D | 30 | 0 | 33 | 1A | 75 | 2A | 37 |
| Octal | 142 | 275 | 135 | 60 | 0 | 63 | 32 | 165 | 52 | 67 |
| Binary | 1100010 | 10111101 | 1011101 | 110000 | 0 | 110011 | 11010 | 1110101 | 101010 | 110111 |
Color Harmonies of #62BD5D
Complementary color
Monochromatic Colors of #62BD5D
Black with #62BD5D
Text Example
Text Example
White with #62BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD5D; }
p { color: rgb(98,189,93); }
H1.HeaderClassName
{
color: #62BD5D;
}
.AnyTagClassName
{
color: #62BD5D;
}
</style>
background-color css
<style>
a { background-color: #62BD5D; }
a { background-color: rgb(98,189,93); }
div.DivClassName
{
background-color: #62BD5D;
}
.BgClassName
{
background-color: #62BD5D;
}
</style>
border-color css
<style>
span { border-color: #62BD5D; }
span { border-color: rgb(98,189,93); }
td.TdClassName
{
border-color: #62BD5D;
}
.TagClassName
{
border-color: #62BD5D;
}
</style>