Shades of Pastel Green #64F18D
Tints of Pastel Green #64F18D
RGB
CMYK
RGB Variations
Color information
#64F18D (or 0x64F18D) is known color: Pastel Green. HEX triplet: 64, F1 and 8D. RGB value is (100,241,141). Sum of RGB (Red+Green+Blue) = 100+241+141=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #64F18D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F18D is #9B0E72. Grayscale: #BBBBBB. Windows color (decimal): -10161779 or 9302372. OLE color: 9302372.
HSL color Cylindrical-coordinate representation of color #64F18D: hue angle of 137.45º degrees, saturation: 0.83, 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 #64F18D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 141 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.05 |
| HSL | 137.45º | 0.83% | 0.67% | - |
| HSV(B) | 137.45º | 0.59% | 0.95% | - |
| XYZ | 41.52 | 67.54 | 36.05 | - |
| YUV | 187.44 | 101.79 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 141 | 0.59 | 0 | 0.41 | 0.05 | 137.45 | 0.83 | 0.67 |
| Hex | 64 | F1 | 8D | 3B | 0 | 29 | 5 | 89 | 53 | 43 |
| Octal | 144 | 361 | 215 | 73 | 0 | 51 | 5 | 211 | 123 | 103 |
| Binary | 1100100 | 11110001 | 10001101 | 111011 | 0 | 101001 | 101 | 10001001 | 1010011 | 1000011 |
Color Harmonies of #64F18D
Complementary color
Monochromatic Colors of #64F18D
Black with #64F18D
Text Example
Text Example
White with #64F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F18D; }
p { color: rgb(100,241,141); }
H1.HeaderClassName
{
color: #64F18D;
}
.AnyTagClassName
{
color: #64F18D;
}
</style>
background-color css
<style>
a { background-color: #64F18D; }
a { background-color: rgb(100,241,141); }
div.DivClassName
{
background-color: #64F18D;
}
.BgClassName
{
background-color: #64F18D;
}
</style>
border-color css
<style>
span { border-color: #64F18D; }
span { border-color: rgb(100,241,141); }
td.TdClassName
{
border-color: #64F18D;
}
.TagClassName
{
border-color: #64F18D;
}
</style>