Shades of Kelly Green #64DF30
Tints of Kelly Green #64DF30
RGB
CMYK
RGB Variations
Color information
#64DF30 (or 0x64DF30) is known color: Kelly Green. HEX triplet: 64, DF and 30. RGB value is (100,223,48). Sum of RGB (Red+Green+Blue) = 100+223+48=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DF30 is #9B20CF. Grayscale: #A6A6A6. Windows color (decimal): -10166480 or 3202916. OLE color: 3202916.
HSL color Cylindrical-coordinate representation of color #64DF30: hue angle of 102.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64DF30 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 48 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.13 |
| HSL | 102.17º | 0.73% | 0.53% | - |
| HSV(B) | 102.17º | 0.78% | 0.87% | - |
| XYZ | 32.18 | 55.7 | 11.85 | - |
| YUV | 166.27 | 61.25 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 48 | 0.55 | 0 | 0.78 | 0.13 | 102.17 | 0.73 | 0.53 |
| Hex | 64 | DF | 30 | 37 | 0 | 4E | D | 66 | 49 | 35 |
| Octal | 144 | 337 | 60 | 67 | 0 | 116 | 15 | 146 | 111 | 65 |
| Binary | 1100100 | 11011111 | 110000 | 110111 | 0 | 1001110 | 1101 | 1100110 | 1001001 | 110101 |
Color Harmonies of #64DF30
Complementary color
Monochromatic Colors of #64DF30
Black with #64DF30
Text Example
Text Example
White with #64DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF30; }
p { color: rgb(100,223,48); }
H1.HeaderClassName
{
color: #64DF30;
}
.AnyTagClassName
{
color: #64DF30;
}
</style>
background-color css
<style>
a { background-color: #64DF30; }
a { background-color: rgb(100,223,48); }
div.DivClassName
{
background-color: #64DF30;
}
.BgClassName
{
background-color: #64DF30;
}
</style>
border-color css
<style>
span { border-color: #64DF30; }
span { border-color: rgb(100,223,48); }
td.TdClassName
{
border-color: #64DF30;
}
.TagClassName
{
border-color: #64DF30;
}
</style>