Shades of Kelly Green #63DD2A
Tints of Kelly Green #63DD2A
RGB
CMYK
RGB Variations
Color information
#63DD2A (or 0x63DD2A) is known color: Kelly Green. HEX triplet: 63, DD and 2A. RGB value is (99,221,42). Sum of RGB (Red+Green+Blue) = 99+221+42=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DD2A is #9C22D5. Grayscale: #A4A4A4. Windows color (decimal): -10232534 or 2809187. OLE color: 2809187.
HSL color Cylindrical-coordinate representation of color #63DD2A: hue angle of 100.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63DD2A is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 42 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.13 |
| HSL | 100.89º | 0.72% | 0.52% | - |
| HSV(B) | 100.89º | 0.81% | 0.87% | - |
| XYZ | 31.42 | 54.53 | 11.06 | - |
| YUV | 164.12 | 59.08 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 42 | 0.55 | 0 | 0.81 | 0.13 | 100.89 | 0.72 | 0.52 |
| Hex | 63 | DD | 2A | 37 | 0 | 51 | D | 65 | 48 | 34 |
| Octal | 143 | 335 | 52 | 67 | 0 | 121 | 15 | 145 | 110 | 64 |
| Binary | 1100011 | 11011101 | 101010 | 110111 | 0 | 1010001 | 1101 | 1100101 | 1001000 | 110100 |
Color Harmonies of #63DD2A
Complementary color
Monochromatic Colors of #63DD2A
Black with #63DD2A
Text Example
Text Example
White with #63DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD2A; }
p { color: rgb(99,221,42); }
H1.HeaderClassName
{
color: #63DD2A;
}
.AnyTagClassName
{
color: #63DD2A;
}
</style>
background-color css
<style>
a { background-color: #63DD2A; }
a { background-color: rgb(99,221,42); }
div.DivClassName
{
background-color: #63DD2A;
}
.BgClassName
{
background-color: #63DD2A;
}
</style>
border-color css
<style>
span { border-color: #63DD2A; }
span { border-color: rgb(99,221,42); }
td.TdClassName
{
border-color: #63DD2A;
}
.TagClassName
{
border-color: #63DD2A;
}
</style>