Shades of Kelly Green #62BC12
Tints of Kelly Green #62BC12
RGB
CMYK
RGB Variations
Color information
#62BC12 (or 0x62BC12) is known color: Kelly Green. HEX triplet: 62, BC and 12. RGB value is (98,188,18). Sum of RGB (Red+Green+Blue) = 98+188+18=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BC12 is #9D43ED. Grayscale: #8E8E8E. Windows color (decimal): -10306542 or 1227874. OLE color: 1227874.
HSL color Cylindrical-coordinate representation of color #62BC12: hue angle of 91.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62BC12 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 18 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.26 |
| HSL | 91.76º | 0.83% | 0.4% | - |
| HSV(B) | 91.76º | 0.9% | 0.74% | - |
| XYZ | 23.13 | 38.61 | 6.81 | - |
| YUV | 141.71 | 58.18 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 18 | 0.48 | 0 | 0.90 | 0.26 | 91.76 | 0.83 | 0.4 |
| Hex | 62 | BC | 12 | 30 | 0 | 5A | 1A | 5C | 53 | 28 |
| Octal | 142 | 274 | 22 | 60 | 0 | 132 | 32 | 134 | 123 | 50 |
| Binary | 1100010 | 10111100 | 10010 | 110000 | 0 | 1011010 | 11010 | 1011100 | 1010011 | 101000 |
Color Harmonies of #62BC12
Complementary color
Monochromatic Colors of #62BC12
Black with #62BC12
Text Example
Text Example
White with #62BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BC12; }
p { color: rgb(98,188,18); }
H1.HeaderClassName
{
color: #62BC12;
}
.AnyTagClassName
{
color: #62BC12;
}
</style>
background-color css
<style>
a { background-color: #62BC12; }
a { background-color: rgb(98,188,18); }
div.DivClassName
{
background-color: #62BC12;
}
.BgClassName
{
background-color: #62BC12;
}
</style>
border-color css
<style>
span { border-color: #62BC12; }
span { border-color: rgb(98,188,18); }
td.TdClassName
{
border-color: #62BC12;
}
.TagClassName
{
border-color: #62BC12;
}
</style>