Shades of Pastel Green #64F390
Tints of Pastel Green #64F390
RGB
CMYK
RGB Variations
Color information
#64F390 (or 0x64F390) is known color: Pastel Green. HEX triplet: 64, F3 and 90. RGB value is (100,243,144). Sum of RGB (Red+Green+Blue) = 100+243+144=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #64F390 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F390 is #9B0C6F. Grayscale: #BDBDBD. Windows color (decimal): -10161264 or 9499492. OLE color: 9499492.
HSL color Cylindrical-coordinate representation of color #64F390: hue angle of 138.46º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F390 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 144 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.05 |
| HSL | 138.46º | 0.86% | 0.67% | - |
| HSV(B) | 138.46º | 0.59% | 0.95% | - |
| XYZ | 42.34 | 68.82 | 37.44 | - |
| YUV | 188.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 144 | 0.59 | 0 | 0.41 | 0.05 | 138.46 | 0.86 | 0.67 |
| Hex | 64 | F3 | 90 | 3B | 0 | 29 | 5 | 8A | 56 | 43 |
| Octal | 144 | 363 | 220 | 73 | 0 | 51 | 5 | 212 | 126 | 103 |
| Binary | 1100100 | 11110011 | 10010000 | 111011 | 0 | 101001 | 101 | 10001010 | 1010110 | 1000011 |
Color Harmonies of #64F390
Complementary color
Monochromatic Colors of #64F390
Black with #64F390
Text Example
Text Example
White with #64F390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F390; }
p { color: rgb(100,243,144); }
H1.HeaderClassName
{
color: #64F390;
}
.AnyTagClassName
{
color: #64F390;
}
</style>
background-color css
<style>
a { background-color: #64F390; }
a { background-color: rgb(100,243,144); }
div.DivClassName
{
background-color: #64F390;
}
.BgClassName
{
background-color: #64F390;
}
</style>
border-color css
<style>
span { border-color: #64F390; }
span { border-color: rgb(100,243,144); }
td.TdClassName
{
border-color: #64F390;
}
.TagClassName
{
border-color: #64F390;
}
</style>