Shades of Pastel Green #64F791
Tints of Pastel Green #64F791
RGB
CMYK
RGB Variations
Color information
#64F791 (or 0x64F791) is known color: Pastel Green. HEX triplet: 64, F7 and 91. RGB value is (100,247,145). Sum of RGB (Red+Green+Blue) = 100+247+145=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #64F791 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F791 is #9B086E. Grayscale: #BFBFBF. Windows color (decimal): -10160239 or 9566052. OLE color: 9566052.
HSL color Cylindrical-coordinate representation of color #64F791: hue angle of 138.37º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F791 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 145 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.03 |
| HSL | 138.37º | 0.9% | 0.68% | - |
| HSV(B) | 138.37º | 0.6% | 0.97% | - |
| XYZ | 43.63 | 71.28 | 38.25 | - |
| YUV | 191.42 | 101.8 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 145 | 0.60 | 0 | 0.41 | 0.03 | 138.37 | 0.9 | 0.68 |
| Hex | 64 | F7 | 91 | 3C | 0 | 29 | 3 | 8A | 5A | 44 |
| Octal | 144 | 367 | 221 | 74 | 0 | 51 | 3 | 212 | 132 | 104 |
| Binary | 1100100 | 11110111 | 10010001 | 111100 | 0 | 101001 | 11 | 10001010 | 1011010 | 1000100 |
Color Harmonies of #64F791
Complementary color
Monochromatic Colors of #64F791
Black with #64F791
Text Example
Text Example
White with #64F791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F791; }
p { color: rgb(100,247,145); }
H1.HeaderClassName
{
color: #64F791;
}
.AnyTagClassName
{
color: #64F791;
}
</style>
background-color css
<style>
a { background-color: #64F791; }
a { background-color: rgb(100,247,145); }
div.DivClassName
{
background-color: #64F791;
}
.BgClassName
{
background-color: #64F791;
}
</style>
border-color css
<style>
span { border-color: #64F791; }
span { border-color: rgb(100,247,145); }
td.TdClassName
{
border-color: #64F791;
}
.TagClassName
{
border-color: #64F791;
}
</style>