Shades of Pastel Green #64F590
Tints of Pastel Green #64F590
RGB
CMYK
RGB Variations
Color information
#64F590 (or 0x64F590) is known color: Pastel Green. HEX triplet: 64, F5 and 90. RGB value is (100,245,144). Sum of RGB (Red+Green+Blue) = 100+245+144=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #64F590 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F590 is #9B0A6F. Grayscale: #BEBEBE. Windows color (decimal): -10160752 or 9500004. OLE color: 9500004.
HSL color Cylindrical-coordinate representation of color #64F590: hue angle of 138.21º degrees, saturation: 0.88, 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 #64F590 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 245 | 144 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.04 |
| HSL | 138.21º | 0.88% | 0.68% | - |
| HSV(B) | 138.21º | 0.59% | 0.96% | - |
| XYZ | 42.94 | 70.03 | 37.64 | - |
| YUV | 190.13 | 101.96 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 144 | 0.59 | 0 | 0.41 | 0.04 | 138.21 | 0.88 | 0.68 |
| Hex | 64 | F5 | 90 | 3B | 0 | 29 | 4 | 8A | 58 | 44 |
| Octal | 144 | 365 | 220 | 73 | 0 | 51 | 4 | 212 | 130 | 104 |
| Binary | 1100100 | 11110101 | 10010000 | 111011 | 0 | 101001 | 100 | 10001010 | 1011000 | 1000100 |
Color Harmonies of #64F590
Complementary color
Monochromatic Colors of #64F590
Black with #64F590
Text Example
Text Example
White with #64F590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F590; }
p { color: rgb(100,245,144); }
H1.HeaderClassName
{
color: #64F590;
}
.AnyTagClassName
{
color: #64F590;
}
</style>
background-color css
<style>
a { background-color: #64F590; }
a { background-color: rgb(100,245,144); }
div.DivClassName
{
background-color: #64F590;
}
.BgClassName
{
background-color: #64F590;
}
</style>
border-color css
<style>
span { border-color: #64F590; }
span { border-color: rgb(100,245,144); }
td.TdClassName
{
border-color: #64F590;
}
.TagClassName
{
border-color: #64F590;
}
</style>