Shades of Kelly Green #63BC01
Tints of Kelly Green #63BC01
RGB
CMYK
RGB Variations
Color information
#63BC01 (or 0x63BC01) is known color: Kelly Green. HEX triplet: 63, BC and 01. RGB value is (99,188,1). Sum of RGB (Red+Green+Blue) = 99+188+1=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BC01 is #9C43FE. Grayscale: #8C8C8C. Windows color (decimal): -10241023 or 113763. OLE color: 113763.
HSL color Cylindrical-coordinate representation of color #63BC01: hue angle of 88.56º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63BC01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.26 |
| HSL | 88.56º | 0.99% | 0.37% | - |
| HSV(B) | 88.56º | 0.99% | 0.74% | - |
| XYZ | 23.13 | 38.62 | 6.26 | - |
| YUV | 140.07 | 49.51 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 1 | 0.47 | 0 | 0.99 | 0.26 | 88.56 | 0.99 | 0.37 |
| Hex | 63 | BC | 1 | 2F | 0 | 63 | 1A | 59 | 63 | 25 |
| Octal | 143 | 274 | 1 | 57 | 0 | 143 | 32 | 131 | 143 | 45 |
| Binary | 1100011 | 10111100 | 1 | 101111 | 0 | 1100011 | 11010 | 1011001 | 1100011 | 100101 |
Color Harmonies of #63BC01
Complementary color
Monochromatic Colors of #63BC01
Black with #63BC01
Text Example
Text Example
White with #63BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC01; }
p { color: rgb(99,188,1); }
H1.HeaderClassName
{
color: #63BC01;
}
.AnyTagClassName
{
color: #63BC01;
}
</style>
background-color css
<style>
a { background-color: #63BC01; }
a { background-color: rgb(99,188,1); }
div.DivClassName
{
background-color: #63BC01;
}
.BgClassName
{
background-color: #63BC01;
}
</style>
border-color css
<style>
span { border-color: #63BC01; }
span { border-color: rgb(99,188,1); }
td.TdClassName
{
border-color: #63BC01;
}
.TagClassName
{
border-color: #63BC01;
}
</style>