Shades of Pastel Green #64DD6C
Tints of Pastel Green #64DD6C
RGB
CMYK
RGB Variations
Color information
#64DD6C (or 0x64DD6C) is known color: Pastel Green. HEX triplet: 64, DD and 6C. RGB value is (100,221,108). Sum of RGB (Red+Green+Blue) = 100+221+108=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD6C is #9B2293. Grayscale: #ACACAC. Windows color (decimal): -10166932 or 7134564. OLE color: 7134564.
HSL color Cylindrical-coordinate representation of color #64DD6C: hue angle of 123.97º degrees, saturation: 0.64, 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 #64DD6C is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 108 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.13 |
| HSL | 123.97º | 0.64% | 0.63% | - |
| HSV(B) | 123.97º | 0.55% | 0.87% | - |
| XYZ | 33.82 | 55.5 | 23.12 | - |
| YUV | 171.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 108 | 0.55 | 0 | 0.51 | 0.13 | 123.97 | 0.64 | 0.63 |
| Hex | 64 | DD | 6C | 37 | 0 | 33 | D | 7C | 40 | 3F |
| Octal | 144 | 335 | 154 | 67 | 0 | 63 | 15 | 174 | 100 | 77 |
| Binary | 1100100 | 11011101 | 1101100 | 110111 | 0 | 110011 | 1101 | 1111100 | 1000000 | 111111 |
Color Harmonies of #64DD6C
Complementary color
Monochromatic Colors of #64DD6C
Black with #64DD6C
Text Example
Text Example
White with #64DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD6C; }
p { color: rgb(100,221,108); }
H1.HeaderClassName
{
color: #64DD6C;
}
.AnyTagClassName
{
color: #64DD6C;
}
</style>
background-color css
<style>
a { background-color: #64DD6C; }
a { background-color: rgb(100,221,108); }
div.DivClassName
{
background-color: #64DD6C;
}
.BgClassName
{
background-color: #64DD6C;
}
</style>
border-color css
<style>
span { border-color: #64DD6C; }
span { border-color: rgb(100,221,108); }
td.TdClassName
{
border-color: #64DD6C;
}
.TagClassName
{
border-color: #64DD6C;
}
</style>