Shades of Fern #62CF5D
Tints of Fern #62CF5D
RGB
CMYK
RGB Variations
Color information
#62CF5D (or 0x62CF5D) is known color: Fern. HEX triplet: 62, CF and 5D. RGB value is (98,207,93). Sum of RGB (Red+Green+Blue) = 98+207+93=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #62CF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CF5D is #9D30A2. Grayscale: #A1A1A1. Windows color (decimal): -10301603 or 6147938. OLE color: 6147938.
HSL color Cylindrical-coordinate representation of color #62CF5D: hue angle of 117.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62CF5D is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 93 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.19 |
| HSL | 117.37º | 0.54% | 0.59% | - |
| HSV(B) | 117.37º | 0.55% | 0.81% | - |
| XYZ | 29.33 | 48.01 | 18.08 | - |
| YUV | 161.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 93 | 0.53 | 0 | 0.55 | 0.19 | 117.37 | 0.54 | 0.59 |
| Hex | 62 | CF | 5D | 35 | 0 | 37 | 13 | 75 | 36 | 3B |
| Octal | 142 | 317 | 135 | 65 | 0 | 67 | 23 | 165 | 66 | 73 |
| Binary | 1100010 | 11001111 | 1011101 | 110101 | 0 | 110111 | 10011 | 1110101 | 110110 | 111011 |
Color Harmonies of #62CF5D
Complementary color
Monochromatic Colors of #62CF5D
Black with #62CF5D
Text Example
Text Example
White with #62CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CF5D; }
p { color: rgb(98,207,93); }
H1.HeaderClassName
{
color: #62CF5D;
}
.AnyTagClassName
{
color: #62CF5D;
}
</style>
background-color css
<style>
a { background-color: #62CF5D; }
a { background-color: rgb(98,207,93); }
div.DivClassName
{
background-color: #62CF5D;
}
.BgClassName
{
background-color: #62CF5D;
}
</style>
border-color css
<style>
span { border-color: #62CF5D; }
span { border-color: rgb(98,207,93); }
td.TdClassName
{
border-color: #62CF5D;
}
.TagClassName
{
border-color: #62CF5D;
}
</style>