Shades of Pastel Green #64DF6A
Tints of Pastel Green #64DF6A
RGB
CMYK
RGB Variations
Color information
#64DF6A (or 0x64DF6A) is known color: Pastel Green. HEX triplet: 64, DF and 6A. RGB value is (100,223,106). Sum of RGB (Red+Green+Blue) = 100+223+106=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DF6A is #9B2095. Grayscale: #ADADAD. Windows color (decimal): -10166422 or 7004004. OLE color: 7004004.
HSL color Cylindrical-coordinate representation of color #64DF6A: hue angle of 122.93º 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 #64DF6A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 106 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.13 |
| HSL | 122.93º | 0.66% | 0.63% | - |
| HSV(B) | 122.93º | 0.55% | 0.87% | - |
| XYZ | 34.24 | 56.53 | 22.74 | - |
| YUV | 172.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 106 | 0.55 | 0 | 0.52 | 0.13 | 122.93 | 0.66 | 0.63 |
| Hex | 64 | DF | 6A | 37 | 0 | 34 | D | 7B | 42 | 3F |
| Octal | 144 | 337 | 152 | 67 | 0 | 64 | 15 | 173 | 102 | 77 |
| Binary | 1100100 | 11011111 | 1101010 | 110111 | 0 | 110100 | 1101 | 1111011 | 1000010 | 111111 |
Color Harmonies of #64DF6A
Complementary color
Monochromatic Colors of #64DF6A
Black with #64DF6A
Text Example
Text Example
White with #64DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF6A; }
p { color: rgb(100,223,106); }
H1.HeaderClassName
{
color: #64DF6A;
}
.AnyTagClassName
{
color: #64DF6A;
}
</style>
background-color css
<style>
a { background-color: #64DF6A; }
a { background-color: rgb(100,223,106); }
div.DivClassName
{
background-color: #64DF6A;
}
.BgClassName
{
background-color: #64DF6A;
}
</style>
border-color css
<style>
span { border-color: #64DF6A; }
span { border-color: rgb(100,223,106); }
td.TdClassName
{
border-color: #64DF6A;
}
.TagClassName
{
border-color: #64DF6A;
}
</style>