Shades of Kelly Green #64C003
Tints of Kelly Green #64C003
RGB
CMYK
RGB Variations
Color information
#64C003 (or 0x64C003) is known color: Kelly Green. HEX triplet: 64, C0 and 03. RGB value is (100,192,3). Sum of RGB (Red+Green+Blue) = 100+192+3=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #64C003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C003 is #9B3FFC. Grayscale: #8F8F8F. Windows color (decimal): -10174461 or 245860. OLE color: 245860.
HSL color Cylindrical-coordinate representation of color #64C003: hue angle of 89.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64C003 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.25 |
| HSL | 89.21º | 0.97% | 0.38% | - |
| HSV(B) | 89.21º | 0.98% | 0.75% | - |
| XYZ | 24.12 | 40.42 | 6.62 | - |
| YUV | 142.95 | 49.02 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 3 | 0.48 | 0 | 0.98 | 0.25 | 89.21 | 0.97 | 0.38 |
| Hex | 64 | C0 | 3 | 30 | 0 | 62 | 19 | 59 | 61 | 26 |
| Octal | 144 | 300 | 3 | 60 | 0 | 142 | 31 | 131 | 141 | 46 |
| Binary | 1100100 | 11000000 | 11 | 110000 | 0 | 1100010 | 11001 | 1011001 | 1100001 | 100110 |
Color Harmonies of #64C003
Complementary color
Monochromatic Colors of #64C003
Black with #64C003
Text Example
Text Example
White with #64C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C003; }
p { color: rgb(100,192,3); }
H1.HeaderClassName
{
color: #64C003;
}
.AnyTagClassName
{
color: #64C003;
}
</style>
background-color css
<style>
a { background-color: #64C003; }
a { background-color: rgb(100,192,3); }
div.DivClassName
{
background-color: #64C003;
}
.BgClassName
{
background-color: #64C003;
}
</style>
border-color css
<style>
span { border-color: #64C003; }
span { border-color: rgb(100,192,3); }
td.TdClassName
{
border-color: #64C003;
}
.TagClassName
{
border-color: #64C003;
}
</style>