Shades of Pastel Green #64DF6C
Tints of Pastel Green #64DF6C
RGB
CMYK
RGB Variations
Color information
#64DF6C (or 0x64DF6C) is known color: Pastel Green. HEX triplet: 64, DF and 6C. RGB value is (100,223,108). Sum of RGB (Red+Green+Blue) = 100+223+108=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DF6C is #9B2093. Grayscale: #ADADAD. Windows color (decimal): -10166420 or 7135076. OLE color: 7135076.
HSL color Cylindrical-coordinate representation of color #64DF6C: hue angle of 123.9º 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 #64DF6C is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 108 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.13 |
| HSL | 123.9º | 0.66% | 0.63% | - |
| HSV(B) | 123.9º | 0.55% | 0.87% | - |
| XYZ | 34.35 | 56.57 | 23.3 | - |
| YUV | 173.11 | 91.25 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 108 | 0.55 | 0 | 0.52 | 0.13 | 123.9 | 0.66 | 0.63 |
| Hex | 64 | DF | 6C | 37 | 0 | 34 | D | 7C | 42 | 3F |
| Octal | 144 | 337 | 154 | 67 | 0 | 64 | 15 | 174 | 102 | 77 |
| Binary | 1100100 | 11011111 | 1101100 | 110111 | 0 | 110100 | 1101 | 1111100 | 1000010 | 111111 |
Color Harmonies of #64DF6C
Complementary color
Monochromatic Colors of #64DF6C
Black with #64DF6C
Text Example
Text Example
White with #64DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF6C; }
p { color: rgb(100,223,108); }
H1.HeaderClassName
{
color: #64DF6C;
}
.AnyTagClassName
{
color: #64DF6C;
}
</style>
background-color css
<style>
a { background-color: #64DF6C; }
a { background-color: rgb(100,223,108); }
div.DivClassName
{
background-color: #64DF6C;
}
.BgClassName
{
background-color: #64DF6C;
}
</style>
border-color css
<style>
span { border-color: #64DF6C; }
span { border-color: rgb(100,223,108); }
td.TdClassName
{
border-color: #64DF6C;
}
.TagClassName
{
border-color: #64DF6C;
}
</style>