Shades of Kelly Green #63BF1F
Tints of Kelly Green #63BF1F
RGB
CMYK
RGB Variations
Color information
#63BF1F (or 0x63BF1F) is known color: Kelly Green. HEX triplet: 63, BF and 1F. RGB value is (99,191,31). Sum of RGB (Red+Green+Blue) = 99+191+31=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF1F is #9C40E0. Grayscale: #919191. Windows color (decimal): -10240225 or 2080611. OLE color: 2080611.
HSL color Cylindrical-coordinate representation of color #63BF1F: hue angle of 94.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63BF1F is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 191 | 31 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.25 |
| HSL | 94.5º | 0.72% | 0.44% | - |
| HSV(B) | 94.5º | 0.84% | 0.75% | - |
| XYZ | 24.02 | 40.01 | 7.75 | - |
| YUV | 145.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 31 | 0.48 | 0 | 0.84 | 0.25 | 94.5 | 0.72 | 0.44 |
| Hex | 63 | BF | 1F | 30 | 0 | 54 | 19 | 5E | 48 | 2C |
| Octal | 143 | 277 | 37 | 60 | 0 | 124 | 31 | 136 | 110 | 54 |
| Binary | 1100011 | 10111111 | 11111 | 110000 | 0 | 1010100 | 11001 | 1011110 | 1001000 | 101100 |
Color Harmonies of #63BF1F
Complementary color
Monochromatic Colors of #63BF1F
Black with #63BF1F
Text Example
Text Example
White with #63BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BF1F; }
p { color: rgb(99,191,31); }
H1.HeaderClassName
{
color: #63BF1F;
}
.AnyTagClassName
{
color: #63BF1F;
}
</style>
background-color css
<style>
a { background-color: #63BF1F; }
a { background-color: rgb(99,191,31); }
div.DivClassName
{
background-color: #63BF1F;
}
.BgClassName
{
background-color: #63BF1F;
}
</style>
border-color css
<style>
span { border-color: #63BF1F; }
span { border-color: rgb(99,191,31); }
td.TdClassName
{
border-color: #63BF1F;
}
.TagClassName
{
border-color: #63BF1F;
}
</style>