Shades of Kelly Green #64C827
Tints of Kelly Green #64C827
RGB
CMYK
RGB Variations
Color information
#64C827 (or 0x64C827) is known color: Kelly Green. HEX triplet: 64, C8 and 27. RGB value is (100,200,39). Sum of RGB (Red+Green+Blue) = 100+200+39=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #64C827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C827 is #9B37D8. Grayscale: #989898. Windows color (decimal): -10172377 or 2607204. OLE color: 2607204.
HSL color Cylindrical-coordinate representation of color #64C827: hue angle of 97.27º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64C827 is Cyan = 0.5, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 39 | - |
| CMYK | 0.5 | 0 | 0.80 | 0.22 |
| HSL | 97.27º | 0.67% | 0.47% | - |
| HSV(B) | 97.27º | 0.81% | 0.78% | - |
| XYZ | 26.28 | 44.16 | 9.06 | - |
| YUV | 151.75 | 64.37 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 39 | 0.5 | 0 | 0.80 | 0.22 | 97.27 | 0.67 | 0.47 |
| Hex | 64 | C8 | 27 | 32 | 0 | 50 | 16 | 61 | 43 | 2F |
| Octal | 144 | 310 | 47 | 62 | 0 | 120 | 26 | 141 | 103 | 57 |
| Binary | 1100100 | 11001000 | 100111 | 110010 | 0 | 1010000 | 10110 | 1100001 | 1000011 | 101111 |
Color Harmonies of #64C827
Complementary color
Monochromatic Colors of #64C827
Black with #64C827
Text Example
Text Example
White with #64C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C827; }
p { color: rgb(100,200,39); }
H1.HeaderClassName
{
color: #64C827;
}
.AnyTagClassName
{
color: #64C827;
}
</style>
background-color css
<style>
a { background-color: #64C827; }
a { background-color: rgb(100,200,39); }
div.DivClassName
{
background-color: #64C827;
}
.BgClassName
{
background-color: #64C827;
}
</style>
border-color css
<style>
span { border-color: #64C827; }
span { border-color: rgb(100,200,39); }
td.TdClassName
{
border-color: #64C827;
}
.TagClassName
{
border-color: #64C827;
}
</style>