Shades of Pastel Green #64F48C
Tints of Pastel Green #64F48C
RGB
CMYK
RGB Variations
Color information
#64F48C (or 0x64F48C) is known color: Pastel Green. HEX triplet: 64, F4 and 8C. RGB value is (100,244,140). Sum of RGB (Red+Green+Blue) = 100+244+140=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #64F48C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F48C is #9B0B73. Grayscale: #BDBDBD. Windows color (decimal): -10161012 or 9237604. OLE color: 9237604.
HSL color Cylindrical-coordinate representation of color #64F48C: hue angle of 136.67º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F48C is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 140 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.04 |
| HSL | 136.67º | 0.87% | 0.67% | - |
| HSV(B) | 136.67º | 0.59% | 0.96% | - |
| XYZ | 42.34 | 69.3 | 35.96 | - |
| YUV | 189.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 140 | 0.59 | 0 | 0.43 | 0.04 | 136.67 | 0.87 | 0.67 |
| Hex | 64 | F4 | 8C | 3B | 0 | 2B | 4 | 89 | 57 | 43 |
| Octal | 144 | 364 | 214 | 73 | 0 | 53 | 4 | 211 | 127 | 103 |
| Binary | 1100100 | 11110100 | 10001100 | 111011 | 0 | 101011 | 100 | 10001001 | 1010111 | 1000011 |
Color Harmonies of #64F48C
Complementary color
Monochromatic Colors of #64F48C
Black with #64F48C
Text Example
Text Example
White with #64F48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F48C; }
p { color: rgb(100,244,140); }
H1.HeaderClassName
{
color: #64F48C;
}
.AnyTagClassName
{
color: #64F48C;
}
</style>
background-color css
<style>
a { background-color: #64F48C; }
a { background-color: rgb(100,244,140); }
div.DivClassName
{
background-color: #64F48C;
}
.BgClassName
{
background-color: #64F48C;
}
</style>
border-color css
<style>
span { border-color: #64F48C; }
span { border-color: rgb(100,244,140); }
td.TdClassName
{
border-color: #64F48C;
}
.TagClassName
{
border-color: #64F48C;
}
</style>