Shades of Kelly Green #63BD1F
Tints of Kelly Green #63BD1F
RGB
CMYK
RGB Variations
Color information
#63BD1F (or 0x63BD1F) is known color: Kelly Green. HEX triplet: 63, BD and 1F. RGB value is (99,189,31). Sum of RGB (Red+Green+Blue) = 99+189+31=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD1F is #9C42E0. Grayscale: #909090. Windows color (decimal): -10240737 or 2080099. OLE color: 2080099.
HSL color Cylindrical-coordinate representation of color #63BD1F: hue angle of 94.18º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63BD1F is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 31 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.26 |
| HSL | 94.18º | 0.72% | 0.43% | - |
| HSV(B) | 94.18º | 0.84% | 0.74% | - |
| XYZ | 23.59 | 39.15 | 7.61 | - |
| YUV | 144.08 | 64.18 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 31 | 0.48 | 0 | 0.84 | 0.26 | 94.18 | 0.72 | 0.43 |
| Hex | 63 | BD | 1F | 30 | 0 | 54 | 1A | 5E | 48 | 2B |
| Octal | 143 | 275 | 37 | 60 | 0 | 124 | 32 | 136 | 110 | 53 |
| Binary | 1100011 | 10111101 | 11111 | 110000 | 0 | 1010100 | 11010 | 1011110 | 1001000 | 101011 |
Color Harmonies of #63BD1F
Complementary color
Monochromatic Colors of #63BD1F
Black with #63BD1F
Text Example
Text Example
White with #63BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD1F; }
p { color: rgb(99,189,31); }
H1.HeaderClassName
{
color: #63BD1F;
}
.AnyTagClassName
{
color: #63BD1F;
}
</style>
background-color css
<style>
a { background-color: #63BD1F; }
a { background-color: rgb(99,189,31); }
div.DivClassName
{
background-color: #63BD1F;
}
.BgClassName
{
background-color: #63BD1F;
}
</style>
border-color css
<style>
span { border-color: #63BD1F; }
span { border-color: rgb(99,189,31); }
td.TdClassName
{
border-color: #63BD1F;
}
.TagClassName
{
border-color: #63BD1F;
}
</style>