Shades of Pastel Green #64DF61
Tints of Pastel Green #64DF61
RGB
CMYK
RGB Variations
Color information
#64DF61 (or 0x64DF61) is known color: Pastel Green. HEX triplet: 64, DF and 61. RGB value is (100,223,97). Sum of RGB (Red+Green+Blue) = 100+223+97=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DF61 is #9B209E. Grayscale: #ACACAC. Windows color (decimal): -10166431 or 6414180. OLE color: 6414180.
HSL color Cylindrical-coordinate representation of color #64DF61: hue angle of 118.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DF61 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 97 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.13 |
| HSL | 118.57º | 0.66% | 0.63% | - |
| HSV(B) | 118.57º | 0.57% | 0.87% | - |
| XYZ | 33.8 | 56.35 | 20.4 | - |
| YUV | 171.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 97 | 0.55 | 0 | 0.57 | 0.13 | 118.57 | 0.66 | 0.63 |
| Hex | 64 | DF | 61 | 37 | 0 | 39 | D | 77 | 42 | 3F |
| Octal | 144 | 337 | 141 | 67 | 0 | 71 | 15 | 167 | 102 | 77 |
| Binary | 1100100 | 11011111 | 1100001 | 110111 | 0 | 111001 | 1101 | 1110111 | 1000010 | 111111 |
Color Harmonies of #64DF61
Complementary color
Monochromatic Colors of #64DF61
Black with #64DF61
Text Example
Text Example
White with #64DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF61; }
p { color: rgb(100,223,97); }
H1.HeaderClassName
{
color: #64DF61;
}
.AnyTagClassName
{
color: #64DF61;
}
</style>
background-color css
<style>
a { background-color: #64DF61; }
a { background-color: rgb(100,223,97); }
div.DivClassName
{
background-color: #64DF61;
}
.BgClassName
{
background-color: #64DF61;
}
</style>
border-color css
<style>
span { border-color: #64DF61; }
span { border-color: rgb(100,223,97); }
td.TdClassName
{
border-color: #64DF61;
}
.TagClassName
{
border-color: #64DF61;
}
</style>