Shades of Pastel Green #64EE85
Tints of Pastel Green #64EE85
RGB
CMYK
RGB Variations
Color information
#64EE85 (or 0x64EE85) is known color: Pastel Green. HEX triplet: 64, EE and 85. RGB value is (100,238,133). Sum of RGB (Red+Green+Blue) = 100+238+133=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE85 is #9B117A. Grayscale: #B9B9B9. Windows color (decimal): -10162555 or 8777316. OLE color: 8777316.
HSL color Cylindrical-coordinate representation of color #64EE85: hue angle of 134.35º 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 #64EE85 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 133 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.07 |
| HSL | 134.35º | 0.8% | 0.66% | - |
| HSV(B) | 134.35º | 0.58% | 0.93% | - |
| XYZ | 40.06 | 65.55 | 32.73 | - |
| YUV | 184.77 | 98.78 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 133 | 0.58 | 0 | 0.44 | 0.07 | 134.35 | 0.8 | 0.66 |
| Hex | 64 | EE | 85 | 3A | 0 | 2C | 7 | 86 | 50 | 42 |
| Octal | 144 | 356 | 205 | 72 | 0 | 54 | 7 | 206 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10000101 | 111010 | 0 | 101100 | 111 | 10000110 | 1010000 | 1000010 |
Color Harmonies of #64EE85
Complementary color
Monochromatic Colors of #64EE85
Black with #64EE85
Text Example
Text Example
White with #64EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE85; }
p { color: rgb(100,238,133); }
H1.HeaderClassName
{
color: #64EE85;
}
.AnyTagClassName
{
color: #64EE85;
}
</style>
background-color css
<style>
a { background-color: #64EE85; }
a { background-color: rgb(100,238,133); }
div.DivClassName
{
background-color: #64EE85;
}
.BgClassName
{
background-color: #64EE85;
}
</style>
border-color css
<style>
span { border-color: #64EE85; }
span { border-color: rgb(100,238,133); }
td.TdClassName
{
border-color: #64EE85;
}
.TagClassName
{
border-color: #64EE85;
}
</style>