Shades of Kelly Green #63BC12
Tints of Kelly Green #63BC12
RGB
CMYK
RGB Variations
Color information
#63BC12 (or 0x63BC12) is known color: Kelly Green. HEX triplet: 63, BC and 12. RGB value is (99,188,18). Sum of RGB (Red+Green+Blue) = 99+188+18=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BC12 is #9C43ED. Grayscale: #8E8E8E. Windows color (decimal): -10241006 or 1227875. OLE color: 1227875.
HSL color Cylindrical-coordinate representation of color #63BC12: hue angle of 91.41º 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 #63BC12 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 18 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.26 |
| HSL | 91.41º | 0.83% | 0.4% | - |
| HSV(B) | 91.41º | 0.9% | 0.74% | - |
| XYZ | 23.24 | 38.66 | 6.81 | - |
| YUV | 142.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 18 | 0.47 | 0 | 0.90 | 0.26 | 91.41 | 0.83 | 0.4 |
| Hex | 63 | BC | 12 | 2F | 0 | 5A | 1A | 5B | 53 | 28 |
| Octal | 143 | 274 | 22 | 57 | 0 | 132 | 32 | 133 | 123 | 50 |
| Binary | 1100011 | 10111100 | 10010 | 101111 | 0 | 1011010 | 11010 | 1011011 | 1010011 | 101000 |
Color Harmonies of #63BC12
Complementary color
Monochromatic Colors of #63BC12
Black with #63BC12
Text Example
Text Example
White with #63BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC12; }
p { color: rgb(99,188,18); }
H1.HeaderClassName
{
color: #63BC12;
}
.AnyTagClassName
{
color: #63BC12;
}
</style>
background-color css
<style>
a { background-color: #63BC12; }
a { background-color: rgb(99,188,18); }
div.DivClassName
{
background-color: #63BC12;
}
.BgClassName
{
background-color: #63BC12;
}
</style>
border-color css
<style>
span { border-color: #63BC12; }
span { border-color: rgb(99,188,18); }
td.TdClassName
{
border-color: #63BC12;
}
.TagClassName
{
border-color: #63BC12;
}
</style>