Shades of Kelly Green #63CA1F
Tints of Kelly Green #63CA1F
RGB
CMYK
RGB Variations
Color information
#63CA1F (or 0x63CA1F) is known color: Kelly Green. HEX triplet: 63, CA and 1F. RGB value is (99,202,31). Sum of RGB (Red+Green+Blue) = 99+202+31=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #63CA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CA1F is #9C35E0. Grayscale: #989898. Windows color (decimal): -10237409 or 2083427. OLE color: 2083427.
HSL color Cylindrical-coordinate representation of color #63CA1F: hue angle of 96.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63CA1F is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 31 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.21 |
| HSL | 96.14º | 0.73% | 0.46% | - |
| HSV(B) | 96.14º | 0.85% | 0.79% | - |
| XYZ | 26.51 | 44.99 | 8.58 | - |
| YUV | 151.71 | 59.88 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 31 | 0.51 | 0 | 0.85 | 0.21 | 96.14 | 0.73 | 0.46 |
| Hex | 63 | CA | 1F | 33 | 0 | 55 | 15 | 60 | 49 | 2E |
| Octal | 143 | 312 | 37 | 63 | 0 | 125 | 25 | 140 | 111 | 56 |
| Binary | 1100011 | 11001010 | 11111 | 110011 | 0 | 1010101 | 10101 | 1100000 | 1001001 | 101110 |
Color Harmonies of #63CA1F
Complementary color
Monochromatic Colors of #63CA1F
Black with #63CA1F
Text Example
Text Example
White with #63CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CA1F; }
p { color: rgb(99,202,31); }
H1.HeaderClassName
{
color: #63CA1F;
}
.AnyTagClassName
{
color: #63CA1F;
}
</style>
background-color css
<style>
a { background-color: #63CA1F; }
a { background-color: rgb(99,202,31); }
div.DivClassName
{
background-color: #63CA1F;
}
.BgClassName
{
background-color: #63CA1F;
}
</style>
border-color css
<style>
span { border-color: #63CA1F; }
span { border-color: rgb(99,202,31); }
td.TdClassName
{
border-color: #63CA1F;
}
.TagClassName
{
border-color: #63CA1F;
}
</style>