Shades of Kelly Green #64DA25
Tints of Kelly Green #64DA25
RGB
CMYK
RGB Variations
Color information
#64DA25 (or 0x64DA25) is known color: Kelly Green. HEX triplet: 64, DA and 25. RGB value is (100,218,37). Sum of RGB (Red+Green+Blue) = 100+218+37=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA25 is #9B25DA. Grayscale: #A2A2A2. Windows color (decimal): -10167771 or 2480740. OLE color: 2480740.
HSL color Cylindrical-coordinate representation of color #64DA25: hue angle of 99.12º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64DA25 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 37 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.15 |
| HSL | 99.12º | 0.71% | 0.5% | - |
| HSV(B) | 99.12º | 0.83% | 0.85% | - |
| XYZ | 30.66 | 52.99 | 10.36 | - |
| YUV | 162.08 | 57.41 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 37 | 0.54 | 0 | 0.83 | 0.15 | 99.12 | 0.71 | 0.5 |
| Hex | 64 | DA | 25 | 36 | 0 | 53 | F | 63 | 47 | 32 |
| Octal | 144 | 332 | 45 | 66 | 0 | 123 | 17 | 143 | 107 | 62 |
| Binary | 1100100 | 11011010 | 100101 | 110110 | 0 | 1010011 | 1111 | 1100011 | 1000111 | 110010 |
Color Harmonies of #64DA25
Complementary color
Monochromatic Colors of #64DA25
Black with #64DA25
Text Example
Text Example
White with #64DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA25; }
p { color: rgb(100,218,37); }
H1.HeaderClassName
{
color: #64DA25;
}
.AnyTagClassName
{
color: #64DA25;
}
</style>
background-color css
<style>
a { background-color: #64DA25; }
a { background-color: rgb(100,218,37); }
div.DivClassName
{
background-color: #64DA25;
}
.BgClassName
{
background-color: #64DA25;
}
</style>
border-color css
<style>
span { border-color: #64DA25; }
span { border-color: rgb(100,218,37); }
td.TdClassName
{
border-color: #64DA25;
}
.TagClassName
{
border-color: #64DA25;
}
</style>