Shades of Kelly Green #64D103
Tints of Kelly Green #64D103
RGB
CMYK
RGB Variations
Color information
#64D103 (or 0x64D103) is known color: Kelly Green. HEX triplet: 64, D1 and 03. RGB value is (100,209,3). Sum of RGB (Red+Green+Blue) = 100+209+3=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #64D103 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D103 is #9B2EFC. Grayscale: #999999. Windows color (decimal): -10170109 or 250212. OLE color: 250212.
HSL color Cylindrical-coordinate representation of color #64D103: hue angle of 91.75º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64D103 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 3 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.18 |
| HSL | 91.75º | 0.97% | 0.42% | - |
| HSV(B) | 91.75º | 0.99% | 0.82% | - |
| XYZ | 28.07 | 48.32 | 7.93 | - |
| YUV | 152.93 | 43.39 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 3 | 0.52 | 0 | 0.99 | 0.18 | 91.75 | 0.97 | 0.42 |
| Hex | 64 | D1 | 3 | 34 | 0 | 63 | 12 | 5C | 61 | 2A |
| Octal | 144 | 321 | 3 | 64 | 0 | 143 | 22 | 134 | 141 | 52 |
| Binary | 1100100 | 11010001 | 11 | 110100 | 0 | 1100011 | 10010 | 1011100 | 1100001 | 101010 |
Color Harmonies of #64D103
Complementary color
Monochromatic Colors of #64D103
Black with #64D103
Text Example
Text Example
White with #64D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D103; }
p { color: rgb(100,209,3); }
H1.HeaderClassName
{
color: #64D103;
}
.AnyTagClassName
{
color: #64D103;
}
</style>
background-color css
<style>
a { background-color: #64D103; }
a { background-color: rgb(100,209,3); }
div.DivClassName
{
background-color: #64D103;
}
.BgClassName
{
background-color: #64D103;
}
</style>
border-color css
<style>
span { border-color: #64D103; }
span { border-color: rgb(100,209,3); }
td.TdClassName
{
border-color: #64D103;
}
.TagClassName
{
border-color: #64D103;
}
</style>