Shades of Pastel Green #64DF85
Tints of Pastel Green #64DF85
RGB
CMYK
RGB Variations
Color information
#64DF85 (or 0x64DF85) is known color: Pastel Green. HEX triplet: 64, DF and 85. RGB value is (100,223,133). Sum of RGB (Red+Green+Blue) = 100+223+133=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DF85 is #9B207A. Grayscale: #B0B0B0. Windows color (decimal): -10166395 or 8773476. OLE color: 8773476.
HSL color Cylindrical-coordinate representation of color #64DF85: hue angle of 136.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DF85 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 133 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.13 |
| HSL | 136.1º | 0.66% | 0.63% | - |
| HSV(B) | 136.1º | 0.55% | 0.87% | - |
| XYZ | 35.88 | 57.18 | 31.34 | - |
| YUV | 175.96 | 103.75 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 133 | 0.55 | 0 | 0.40 | 0.13 | 136.1 | 0.66 | 0.63 |
| Hex | 64 | DF | 85 | 37 | 0 | 28 | D | 88 | 42 | 3F |
| Octal | 144 | 337 | 205 | 67 | 0 | 50 | 15 | 210 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10000101 | 110111 | 0 | 101000 | 1101 | 10001000 | 1000010 | 111111 |
Color Harmonies of #64DF85
Complementary color
Monochromatic Colors of #64DF85
Black with #64DF85
Text Example
Text Example
White with #64DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF85; }
p { color: rgb(100,223,133); }
H1.HeaderClassName
{
color: #64DF85;
}
.AnyTagClassName
{
color: #64DF85;
}
</style>
background-color css
<style>
a { background-color: #64DF85; }
a { background-color: rgb(100,223,133); }
div.DivClassName
{
background-color: #64DF85;
}
.BgClassName
{
background-color: #64DF85;
}
</style>
border-color css
<style>
span { border-color: #64DF85; }
span { border-color: rgb(100,223,133); }
td.TdClassName
{
border-color: #64DF85;
}
.TagClassName
{
border-color: #64DF85;
}
</style>