Shades of Kelly Green #64BD25
Tints of Kelly Green #64BD25
RGB
CMYK
RGB Variations
Color information
#64BD25 (or 0x64BD25) is known color: Kelly Green. HEX triplet: 64, BD and 25. RGB value is (100,189,37). Sum of RGB (Red+Green+Blue) = 100+189+37=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BD25 is #9B42DA. Grayscale: #919191. Windows color (decimal): -10175195 or 2473316. OLE color: 2473316.
HSL color Cylindrical-coordinate representation of color #64BD25: hue angle of 95.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64BD25 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 37 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.26 |
| HSL | 95.13º | 0.67% | 0.44% | - |
| HSV(B) | 95.13º | 0.8% | 0.74% | - |
| XYZ | 23.79 | 39.24 | 8.07 | - |
| YUV | 145.06 | 67.01 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 37 | 0.47 | 0 | 0.80 | 0.26 | 95.13 | 0.67 | 0.44 |
| Hex | 64 | BD | 25 | 2F | 0 | 50 | 1A | 5F | 43 | 2C |
| Octal | 144 | 275 | 45 | 57 | 0 | 120 | 32 | 137 | 103 | 54 |
| Binary | 1100100 | 10111101 | 100101 | 101111 | 0 | 1010000 | 11010 | 1011111 | 1000011 | 101100 |
Color Harmonies of #64BD25
Complementary color
Monochromatic Colors of #64BD25
Black with #64BD25
Text Example
Text Example
White with #64BD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD25; }
p { color: rgb(100,189,37); }
H1.HeaderClassName
{
color: #64BD25;
}
.AnyTagClassName
{
color: #64BD25;
}
</style>
background-color css
<style>
a { background-color: #64BD25; }
a { background-color: rgb(100,189,37); }
div.DivClassName
{
background-color: #64BD25;
}
.BgClassName
{
background-color: #64BD25;
}
</style>
border-color css
<style>
span { border-color: #64BD25; }
span { border-color: rgb(100,189,37); }
td.TdClassName
{
border-color: #64BD25;
}
.TagClassName
{
border-color: #64BD25;
}
</style>