Shades of Pastel Green #64DF7E
Tints of Pastel Green #64DF7E
RGB
CMYK
RGB Variations
Color information
#64DF7E (or 0x64DF7E) is known color: Pastel Green. HEX triplet: 64, DF and 7E. RGB value is (100,223,126). Sum of RGB (Red+Green+Blue) = 100+223+126=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DF7E is #9B2081. Grayscale: #AFAFAF. Windows color (decimal): -10166402 or 8314724. OLE color: 8314724.
HSL color Cylindrical-coordinate representation of color #64DF7E: hue angle of 132.68º 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 #64DF7E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 100 | 223 | 126 | - |
CMYK | 0.55 | 0 | 0.43 | 0.13 |
HSL | 132.68º | 0.66% | 0.63% | - |
HSV(B) | 132.68º | 0.55% | 0.87% | - |
XYZ | 35.41 | 56.99 | 28.87 | - |
YUV | 175.17 | 100.25 | 74.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 100 | 223 | 126 | 0.55 | 0 | 0.43 | 0.13 | 132.68 | 0.66 | 0.63 |
Hex | 64 | DF | 7E | 37 | 0 | 2B | D | 85 | 42 | 3F |
Octal | 144 | 337 | 176 | 67 | 0 | 53 | 15 | 205 | 102 | 77 |
Binary | 1100100 | 11011111 | 1111110 | 110111 | 0 | 101011 | 1101 | 10000101 | 1000010 | 111111 |
Color Harmonies of #64DF7E
Complementary color
Monochromatic Colors of #64DF7E
Black with #64DF7E
Text Example
Text Example
White with #64DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF7E; }
p { color: rgb(100,223,126); }
H1.HeaderClassName
{
color: #64DF7E;
}
.AnyTagClassName
{
color: #64DF7E;
}
</style>
background-color css
<style>
a { background-color: #64DF7E; }
a { background-color: rgb(100,223,126); }
div.DivClassName
{
background-color: #64DF7E;
}
.BgClassName
{
background-color: #64DF7E;
}
</style>
border-color css
<style>
span { border-color: #64DF7E; }
span { border-color: rgb(100,223,126); }
td.TdClassName
{
border-color: #64DF7E;
}
.TagClassName
{
border-color: #64DF7E;
}
</style>