Shades of Pastel Green #64EE84
Tints of Pastel Green #64EE84
RGB
CMYK
RGB Variations
Color information
#64EE84 (or 0x64EE84) is known color: Pastel Green. HEX triplet: 64, EE and 84. RGB value is (100,238,132). Sum of RGB (Red+Green+Blue) = 100+238+132=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE84 is #9B117B. Grayscale: #B8B8B8. Windows color (decimal): -10162556 or 8711780. OLE color: 8711780.
HSL color Cylindrical-coordinate representation of color #64EE84: hue angle of 133.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EE84 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 132 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.07 |
| HSL | 133.91º | 0.8% | 0.66% | - |
| HSV(B) | 133.91º | 0.58% | 0.93% | - |
| XYZ | 39.99 | 65.52 | 32.37 | - |
| YUV | 184.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 132 | 0.58 | 0 | 0.45 | 0.07 | 133.91 | 0.8 | 0.66 |
| Hex | 64 | EE | 84 | 3A | 0 | 2D | 7 | 86 | 50 | 42 |
| Octal | 144 | 356 | 204 | 72 | 0 | 55 | 7 | 206 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10000100 | 111010 | 0 | 101101 | 111 | 10000110 | 1010000 | 1000010 |
Color Harmonies of #64EE84
Complementary color
Monochromatic Colors of #64EE84
Black with #64EE84
Text Example
Text Example
White with #64EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE84; }
p { color: rgb(100,238,132); }
H1.HeaderClassName
{
color: #64EE84;
}
.AnyTagClassName
{
color: #64EE84;
}
</style>
background-color css
<style>
a { background-color: #64EE84; }
a { background-color: rgb(100,238,132); }
div.DivClassName
{
background-color: #64EE84;
}
.BgClassName
{
background-color: #64EE84;
}
</style>
border-color css
<style>
span { border-color: #64EE84; }
span { border-color: rgb(100,238,132); }
td.TdClassName
{
border-color: #64EE84;
}
.TagClassName
{
border-color: #64EE84;
}
</style>