Shades of Kelly Green #63BC13
Tints of Kelly Green #63BC13
RGB
CMYK
RGB Variations
Color information
#63BC13 (or 0x63BC13) is known color: Kelly Green. HEX triplet: 63, BC and 13. RGB value is (99,188,19). Sum of RGB (Red+Green+Blue) = 99+188+19=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BC13 is #9C43EC. Grayscale: #8E8E8E. Windows color (decimal): -10241005 or 1293411. OLE color: 1293411.
HSL color Cylindrical-coordinate representation of color #63BC13: hue angle of 91.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63BC13 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 19 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.26 |
| HSL | 91.6º | 0.82% | 0.41% | - |
| HSV(B) | 91.6º | 0.9% | 0.74% | - |
| XYZ | 23.25 | 38.67 | 6.85 | - |
| YUV | 142.12 | 58.51 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 19 | 0.47 | 0 | 0.90 | 0.26 | 91.6 | 0.82 | 0.41 |
| Hex | 63 | BC | 13 | 2F | 0 | 5A | 1A | 5C | 52 | 29 |
| Octal | 143 | 274 | 23 | 57 | 0 | 132 | 32 | 134 | 122 | 51 |
| Binary | 1100011 | 10111100 | 10011 | 101111 | 0 | 1011010 | 11010 | 1011100 | 1010010 | 101001 |
Color Harmonies of #63BC13
Complementary color
Monochromatic Colors of #63BC13
Black with #63BC13
Text Example
Text Example
White with #63BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC13; }
p { color: rgb(99,188,19); }
H1.HeaderClassName
{
color: #63BC13;
}
.AnyTagClassName
{
color: #63BC13;
}
</style>
background-color css
<style>
a { background-color: #63BC13; }
a { background-color: rgb(99,188,19); }
div.DivClassName
{
background-color: #63BC13;
}
.BgClassName
{
background-color: #63BC13;
}
</style>
border-color css
<style>
span { border-color: #63BC13; }
span { border-color: rgb(99,188,19); }
td.TdClassName
{
border-color: #63BC13;
}
.TagClassName
{
border-color: #63BC13;
}
</style>