Shades of Kelly Green #64C203
Tints of Kelly Green #64C203
RGB
CMYK
RGB Variations
Color information
#64C203 (or 0x64C203) is known color: Kelly Green. HEX triplet: 64, C2 and 03. RGB value is (100,194,3). Sum of RGB (Red+Green+Blue) = 100+194+3=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #64C203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C203 is #9B3DFC. Grayscale: #909090. Windows color (decimal): -10173949 or 246372. OLE color: 246372.
HSL color Cylindrical-coordinate representation of color #64C203: hue angle of 89.53º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64C203 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.24 |
| HSL | 89.53º | 0.97% | 0.39% | - |
| HSV(B) | 89.53º | 0.98% | 0.76% | - |
| XYZ | 24.56 | 41.3 | 6.76 | - |
| YUV | 144.12 | 48.36 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 3 | 0.48 | 0 | 0.98 | 0.24 | 89.53 | 0.97 | 0.39 |
| Hex | 64 | C2 | 3 | 30 | 0 | 62 | 18 | 5A | 61 | 27 |
| Octal | 144 | 302 | 3 | 60 | 0 | 142 | 30 | 132 | 141 | 47 |
| Binary | 1100100 | 11000010 | 11 | 110000 | 0 | 1100010 | 11000 | 1011010 | 1100001 | 100111 |
Color Harmonies of #64C203
Complementary color
Monochromatic Colors of #64C203
Black with #64C203
Text Example
Text Example
White with #64C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C203; }
p { color: rgb(100,194,3); }
H1.HeaderClassName
{
color: #64C203;
}
.AnyTagClassName
{
color: #64C203;
}
</style>
background-color css
<style>
a { background-color: #64C203; }
a { background-color: rgb(100,194,3); }
div.DivClassName
{
background-color: #64C203;
}
.BgClassName
{
background-color: #64C203;
}
</style>
border-color css
<style>
span { border-color: #64C203; }
span { border-color: rgb(100,194,3); }
td.TdClassName
{
border-color: #64C203;
}
.TagClassName
{
border-color: #64C203;
}
</style>