Shades of Kelly Green #64CD2D
Tints of Kelly Green #64CD2D
RGB
CMYK
RGB Variations
Color information
#64CD2D (or 0x64CD2D) is known color: Kelly Green. HEX triplet: 64, CD and 2D. RGB value is (100,205,45). Sum of RGB (Red+Green+Blue) = 100+205+45=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD2D is #9B32D2. Grayscale: #9B9B9B. Windows color (decimal): -10171091 or 3001700. OLE color: 3001700.
HSL color Cylindrical-coordinate representation of color #64CD2D: hue angle of 99.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64CD2D is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 45 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.20 |
| HSL | 99.38º | 0.64% | 0.49% | - |
| HSV(B) | 99.38º | 0.78% | 0.8% | - |
| XYZ | 27.56 | 46.56 | 10.02 | - |
| YUV | 155.37 | 65.71 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 45 | 0.51 | 0 | 0.78 | 0.20 | 99.38 | 0.64 | 0.49 |
| Hex | 64 | CD | 2D | 33 | 0 | 4E | 14 | 63 | 40 | 31 |
| Octal | 144 | 315 | 55 | 63 | 0 | 116 | 24 | 143 | 100 | 61 |
| Binary | 1100100 | 11001101 | 101101 | 110011 | 0 | 1001110 | 10100 | 1100011 | 1000000 | 110001 |
Color Harmonies of #64CD2D
Complementary color
Monochromatic Colors of #64CD2D
Black with #64CD2D
Text Example
Text Example
White with #64CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD2D; }
p { color: rgb(100,205,45); }
H1.HeaderClassName
{
color: #64CD2D;
}
.AnyTagClassName
{
color: #64CD2D;
}
</style>
background-color css
<style>
a { background-color: #64CD2D; }
a { background-color: rgb(100,205,45); }
div.DivClassName
{
background-color: #64CD2D;
}
.BgClassName
{
background-color: #64CD2D;
}
</style>
border-color css
<style>
span { border-color: #64CD2D; }
span { border-color: rgb(100,205,45); }
td.TdClassName
{
border-color: #64CD2D;
}
.TagClassName
{
border-color: #64CD2D;
}
</style>