Shades of Kelly Green #63CF2D
Tints of Kelly Green #63CF2D
RGB
CMYK
RGB Variations
Color information
#63CF2D (or 0x63CF2D) is known color: Kelly Green. HEX triplet: 63, CF and 2D. RGB value is (99,207,45). Sum of RGB (Red+Green+Blue) = 99+207+45=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CF2D is #9C30D2. Grayscale: #9C9C9C. Windows color (decimal): -10236115 or 3002211. OLE color: 3002211.
HSL color Cylindrical-coordinate representation of color #63CF2D: hue angle of 100º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63CF2D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 45 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.19 |
| HSL | 100º | 0.64% | 0.49% | - |
| HSV(B) | 100º | 0.78% | 0.81% | - |
| XYZ | 27.93 | 47.47 | 10.17 | - |
| YUV | 156.24 | 65.22 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 45 | 0.52 | 0 | 0.78 | 0.19 | 100 | 0.64 | 0.49 |
| Hex | 63 | CF | 2D | 34 | 0 | 4E | 13 | 64 | 40 | 31 |
| Octal | 143 | 317 | 55 | 64 | 0 | 116 | 23 | 144 | 100 | 61 |
| Binary | 1100011 | 11001111 | 101101 | 110100 | 0 | 1001110 | 10011 | 1100100 | 1000000 | 110001 |
Color Harmonies of #63CF2D
Complementary color
Monochromatic Colors of #63CF2D
Black with #63CF2D
Text Example
Text Example
White with #63CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CF2D; }
p { color: rgb(99,207,45); }
H1.HeaderClassName
{
color: #63CF2D;
}
.AnyTagClassName
{
color: #63CF2D;
}
</style>
background-color css
<style>
a { background-color: #63CF2D; }
a { background-color: rgb(99,207,45); }
div.DivClassName
{
background-color: #63CF2D;
}
.BgClassName
{
background-color: #63CF2D;
}
</style>
border-color css
<style>
span { border-color: #63CF2D; }
span { border-color: rgb(99,207,45); }
td.TdClassName
{
border-color: #63CF2D;
}
.TagClassName
{
border-color: #63CF2D;
}
</style>