Shades of Pastel Green #64F893
Tints of Pastel Green #64F893
RGB
CMYK
RGB Variations
Color information
#64F893 (or 0x64F893) is known color: Pastel Green. HEX triplet: 64, F8 and 93. RGB value is (100,248,147). Sum of RGB (Red+Green+Blue) = 100+248+147=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #64F893 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F893 is #9B076C. Grayscale: #C0C0C0. Windows color (decimal): -10159981 or 9697380. OLE color: 9697380.
HSL color Cylindrical-coordinate representation of color #64F893: hue angle of 139.05º degrees, saturation: 0.91, 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 #64F893 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 147 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.03 |
| HSL | 139.05º | 0.91% | 0.68% | - |
| HSV(B) | 139.05º | 0.6% | 0.97% | - |
| XYZ | 44.09 | 71.95 | 39.17 | - |
| YUV | 192.23 | 102.47 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 147 | 0.60 | 0 | 0.41 | 0.03 | 139.05 | 0.91 | 0.68 |
| Hex | 64 | F8 | 93 | 3C | 0 | 29 | 3 | 8B | 5B | 44 |
| Octal | 144 | 370 | 223 | 74 | 0 | 51 | 3 | 213 | 133 | 104 |
| Binary | 1100100 | 11111000 | 10010011 | 111100 | 0 | 101001 | 11 | 10001011 | 1011011 | 1000100 |
Color Harmonies of #64F893
Complementary color
Monochromatic Colors of #64F893
Black with #64F893
Text Example
Text Example
White with #64F893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F893; }
p { color: rgb(100,248,147); }
H1.HeaderClassName
{
color: #64F893;
}
.AnyTagClassName
{
color: #64F893;
}
</style>
background-color css
<style>
a { background-color: #64F893; }
a { background-color: rgb(100,248,147); }
div.DivClassName
{
background-color: #64F893;
}
.BgClassName
{
background-color: #64F893;
}
</style>
border-color css
<style>
span { border-color: #64F893; }
span { border-color: rgb(100,248,147); }
td.TdClassName
{
border-color: #64F893;
}
.TagClassName
{
border-color: #64F893;
}
</style>