Shades of Pastel Green #64F694
Tints of Pastel Green #64F694
RGB
CMYK
RGB Variations
Color information
#64F694 (or 0x64F694) is known color: Pastel Green. HEX triplet: 64, F6 and 94. RGB value is (100,246,148). Sum of RGB (Red+Green+Blue) = 100+246+148=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #64F694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F694 is #9B096B. Grayscale: #BFBFBF. Windows color (decimal): -10160492 or 9762404. OLE color: 9762404.
HSL color Cylindrical-coordinate representation of color #64F694: hue angle of 139.73º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F694 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 148 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.04 |
| HSL | 139.73º | 0.89% | 0.68% | - |
| HSV(B) | 139.73º | 0.59% | 0.96% | - |
| XYZ | 43.56 | 70.76 | 39.38 | - |
| YUV | 191.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 148 | 0.59 | 0 | 0.40 | 0.04 | 139.73 | 0.89 | 0.68 |
| Hex | 64 | F6 | 94 | 3B | 0 | 28 | 4 | 8C | 59 | 44 |
| Octal | 144 | 366 | 224 | 73 | 0 | 50 | 4 | 214 | 131 | 104 |
| Binary | 1100100 | 11110110 | 10010100 | 111011 | 0 | 101000 | 100 | 10001100 | 1011001 | 1000100 |
Color Harmonies of #64F694
Complementary color
Monochromatic Colors of #64F694
Black with #64F694
Text Example
Text Example
White with #64F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F694; }
p { color: rgb(100,246,148); }
H1.HeaderClassName
{
color: #64F694;
}
.AnyTagClassName
{
color: #64F694;
}
</style>
background-color css
<style>
a { background-color: #64F694; }
a { background-color: rgb(100,246,148); }
div.DivClassName
{
background-color: #64F694;
}
.BgClassName
{
background-color: #64F694;
}
</style>
border-color css
<style>
span { border-color: #64F694; }
span { border-color: rgb(100,246,148); }
td.TdClassName
{
border-color: #64F694;
}
.TagClassName
{
border-color: #64F694;
}
</style>