Shades of Pastel Green #64F185
Tints of Pastel Green #64F185
RGB
CMYK
RGB Variations
Color information
#64F185 (or 0x64F185) is known color: Pastel Green. HEX triplet: 64, F1 and 85. RGB value is (100,241,133). Sum of RGB (Red+Green+Blue) = 100+241+133=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #64F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F185 is #9B0E7A. Grayscale: #BABABA. Windows color (decimal): -10161787 or 8778084. OLE color: 8778084.
HSL color Cylindrical-coordinate representation of color #64F185: hue angle of 134.04º 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 #64F185 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 133 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.05 |
| HSL | 134.04º | 0.83% | 0.67% | - |
| HSV(B) | 134.04º | 0.59% | 0.95% | - |
| XYZ | 40.94 | 67.31 | 33.03 | - |
| YUV | 186.53 | 97.79 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 133 | 0.59 | 0 | 0.45 | 0.05 | 134.04 | 0.83 | 0.67 |
| Hex | 64 | F1 | 85 | 3B | 0 | 2D | 5 | 86 | 53 | 43 |
| Octal | 144 | 361 | 205 | 73 | 0 | 55 | 5 | 206 | 123 | 103 |
| Binary | 1100100 | 11110001 | 10000101 | 111011 | 0 | 101101 | 101 | 10000110 | 1010011 | 1000011 |
Color Harmonies of #64F185
Complementary color
Monochromatic Colors of #64F185
Black with #64F185
Text Example
Text Example
White with #64F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F185; }
p { color: rgb(100,241,133); }
H1.HeaderClassName
{
color: #64F185;
}
.AnyTagClassName
{
color: #64F185;
}
</style>
background-color css
<style>
a { background-color: #64F185; }
a { background-color: rgb(100,241,133); }
div.DivClassName
{
background-color: #64F185;
}
.BgClassName
{
background-color: #64F185;
}
</style>
border-color css
<style>
span { border-color: #64F185; }
span { border-color: rgb(100,241,133); }
td.TdClassName
{
border-color: #64F185;
}
.TagClassName
{
border-color: #64F185;
}
</style>