Shades of Kelly Green #63CF12
Tints of Kelly Green #63CF12
RGB
CMYK
RGB Variations
Color information
#63CF12 (or 0x63CF12) is known color: Kelly Green. HEX triplet: 63, CF and 12. RGB value is (99,207,18). Sum of RGB (Red+Green+Blue) = 99+207+18=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63CF12 is #9C30ED. Grayscale: #999999. Windows color (decimal): -10236142 or 1232739. OLE color: 1232739.
HSL color Cylindrical-coordinate representation of color #63CF12: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63CF12 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 18 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.19 |
| HSL | 94.29º | 0.84% | 0.44% | - |
| HSV(B) | 94.29º | 0.91% | 0.81% | - |
| XYZ | 27.57 | 47.32 | 8.25 | - |
| YUV | 153.16 | 51.72 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 18 | 0.52 | 0 | 0.91 | 0.19 | 94.29 | 0.84 | 0.44 |
| Hex | 63 | CF | 12 | 34 | 0 | 5B | 13 | 5E | 54 | 2C |
| Octal | 143 | 317 | 22 | 64 | 0 | 133 | 23 | 136 | 124 | 54 |
| Binary | 1100011 | 11001111 | 10010 | 110100 | 0 | 1011011 | 10011 | 1011110 | 1010100 | 101100 |
Color Harmonies of #63CF12
Complementary color
Monochromatic Colors of #63CF12
Black with #63CF12
Text Example
Text Example
White with #63CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CF12; }
p { color: rgb(99,207,18); }
H1.HeaderClassName
{
color: #63CF12;
}
.AnyTagClassName
{
color: #63CF12;
}
</style>
background-color css
<style>
a { background-color: #63CF12; }
a { background-color: rgb(99,207,18); }
div.DivClassName
{
background-color: #63CF12;
}
.BgClassName
{
background-color: #63CF12;
}
</style>
border-color css
<style>
span { border-color: #63CF12; }
span { border-color: rgb(99,207,18); }
td.TdClassName
{
border-color: #63CF12;
}
.TagClassName
{
border-color: #63CF12;
}
</style>