Shades of Kelly Green #62BC07
Tints of Kelly Green #62BC07
RGB
CMYK
RGB Variations
Color information
#62BC07 (or 0x62BC07) is known color: Kelly Green. HEX triplet: 62, BC and 07. RGB value is (98,188,7). Sum of RGB (Red+Green+Blue) = 98+188+7=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BC07 is #9D43F8. Grayscale: #8D8D8D. Windows color (decimal): -10306553 or 506978. OLE color: 506978.
HSL color Cylindrical-coordinate representation of color #62BC07: hue angle of 89.83º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62BC07 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 7 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.26 |
| HSL | 89.83º | 0.93% | 0.38% | - |
| HSV(B) | 89.83º | 0.96% | 0.74% | - |
| XYZ | 23.06 | 38.58 | 6.43 | - |
| YUV | 140.46 | 52.68 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 7 | 0.48 | 0 | 0.96 | 0.26 | 89.83 | 0.93 | 0.38 |
| Hex | 62 | BC | 7 | 30 | 0 | 60 | 1A | 5A | 5D | 26 |
| Octal | 142 | 274 | 7 | 60 | 0 | 140 | 32 | 132 | 135 | 46 |
| Binary | 1100010 | 10111100 | 111 | 110000 | 0 | 1100000 | 11010 | 1011010 | 1011101 | 100110 |
Color Harmonies of #62BC07
Complementary color
Monochromatic Colors of #62BC07
Black with #62BC07
Text Example
Text Example
White with #62BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BC07; }
p { color: rgb(98,188,7); }
H1.HeaderClassName
{
color: #62BC07;
}
.AnyTagClassName
{
color: #62BC07;
}
</style>
background-color css
<style>
a { background-color: #62BC07; }
a { background-color: rgb(98,188,7); }
div.DivClassName
{
background-color: #62BC07;
}
.BgClassName
{
background-color: #62BC07;
}
</style>
border-color css
<style>
span { border-color: #62BC07; }
span { border-color: rgb(98,188,7); }
td.TdClassName
{
border-color: #62BC07;
}
.TagClassName
{
border-color: #62BC07;
}
</style>