Shades of Pastel Green #64EF85
Tints of Pastel Green #64EF85
RGB
CMYK
RGB Variations
Color information
#64EF85 (or 0x64EF85) is known color: Pastel Green. HEX triplet: 64, EF and 85. RGB value is (100,239,133). Sum of RGB (Red+Green+Blue) = 100+239+133=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EF85 is #9B107A. Grayscale: #B9B9B9. Windows color (decimal): -10162299 or 8777572. OLE color: 8777572.
HSL color Cylindrical-coordinate representation of color #64EF85: hue angle of 134.24º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EF85 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 133 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.06 |
| HSL | 134.24º | 0.81% | 0.66% | - |
| HSV(B) | 134.24º | 0.58% | 0.94% | - |
| XYZ | 40.36 | 66.14 | 32.83 | - |
| YUV | 185.36 | 98.45 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 133 | 0.58 | 0 | 0.44 | 0.06 | 134.24 | 0.81 | 0.66 |
| Hex | 64 | EF | 85 | 3A | 0 | 2C | 6 | 86 | 51 | 42 |
| Octal | 144 | 357 | 205 | 72 | 0 | 54 | 6 | 206 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10000101 | 111010 | 0 | 101100 | 110 | 10000110 | 1010001 | 1000010 |
Color Harmonies of #64EF85
Complementary color
Monochromatic Colors of #64EF85
Black with #64EF85
Text Example
Text Example
White with #64EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF85; }
p { color: rgb(100,239,133); }
H1.HeaderClassName
{
color: #64EF85;
}
.AnyTagClassName
{
color: #64EF85;
}
</style>
background-color css
<style>
a { background-color: #64EF85; }
a { background-color: rgb(100,239,133); }
div.DivClassName
{
background-color: #64EF85;
}
.BgClassName
{
background-color: #64EF85;
}
</style>
border-color css
<style>
span { border-color: #64EF85; }
span { border-color: rgb(100,239,133); }
td.TdClassName
{
border-color: #64EF85;
}
.TagClassName
{
border-color: #64EF85;
}
</style>