Shades of Kelly Green #64CD10
Tints of Kelly Green #64CD10
RGB
CMYK
RGB Variations
Color information
#64CD10 (or 0x64CD10) is known color: Kelly Green. HEX triplet: 64, CD and 10. RGB value is (100,205,16). Sum of RGB (Red+Green+Blue) = 100+205+16=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CD10 is #9B32EF. Grayscale: #989898. Windows color (decimal): -10171120 or 1101156. OLE color: 1101156.
HSL color Cylindrical-coordinate representation of color #64CD10: hue angle of 93.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64CD10 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 16 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.20 |
| HSL | 93.33º | 0.86% | 0.43% | - |
| HSV(B) | 93.33º | 0.92% | 0.8% | - |
| XYZ | 27.18 | 46.41 | 8.02 | - |
| YUV | 152.06 | 51.21 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 16 | 0.51 | 0 | 0.92 | 0.20 | 93.33 | 0.86 | 0.43 |
| Hex | 64 | CD | 10 | 33 | 0 | 5C | 14 | 5D | 56 | 2B |
| Octal | 144 | 315 | 20 | 63 | 0 | 134 | 24 | 135 | 126 | 53 |
| Binary | 1100100 | 11001101 | 10000 | 110011 | 0 | 1011100 | 10100 | 1011101 | 1010110 | 101011 |
Color Harmonies of #64CD10
Complementary color
Monochromatic Colors of #64CD10
Black with #64CD10
Text Example
Text Example
White with #64CD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD10; }
p { color: rgb(100,205,16); }
H1.HeaderClassName
{
color: #64CD10;
}
.AnyTagClassName
{
color: #64CD10;
}
</style>
background-color css
<style>
a { background-color: #64CD10; }
a { background-color: rgb(100,205,16); }
div.DivClassName
{
background-color: #64CD10;
}
.BgClassName
{
background-color: #64CD10;
}
</style>
border-color css
<style>
span { border-color: #64CD10; }
span { border-color: rgb(100,205,16); }
td.TdClassName
{
border-color: #64CD10;
}
.TagClassName
{
border-color: #64CD10;
}
</style>