Shades of Pastel Green #64E175
Tints of Pastel Green #64E175
RGB
CMYK
RGB Variations
Color information
#64E175 (or 0x64E175) is known color: Pastel Green. HEX triplet: 64, E1 and 75. RGB value is (100,225,117). Sum of RGB (Red+Green+Blue) = 100+225+117=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #64E175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E175 is #9B1E8A. Grayscale: #AFAFAF. Windows color (decimal): -10165899 or 7725412. OLE color: 7725412.
HSL color Cylindrical-coordinate representation of color #64E175: hue angle of 128.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E175 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 117 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.12 |
| HSL | 128.16º | 0.68% | 0.64% | - |
| HSV(B) | 128.16º | 0.56% | 0.88% | - |
| XYZ | 35.39 | 57.84 | 26.13 | - |
| YUV | 175.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 117 | 0.56 | 0 | 0.48 | 0.12 | 128.16 | 0.68 | 0.64 |
| Hex | 64 | E1 | 75 | 38 | 0 | 30 | C | 80 | 44 | 40 |
| Octal | 144 | 341 | 165 | 70 | 0 | 60 | 14 | 200 | 104 | 100 |
| Binary | 1100100 | 11100001 | 1110101 | 111000 | 0 | 110000 | 1100 | 10000000 | 1000100 | 1000000 |
Color Harmonies of #64E175
Complementary color
Monochromatic Colors of #64E175
Black with #64E175
Text Example
Text Example
White with #64E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E175; }
p { color: rgb(100,225,117); }
H1.HeaderClassName
{
color: #64E175;
}
.AnyTagClassName
{
color: #64E175;
}
</style>
background-color css
<style>
a { background-color: #64E175; }
a { background-color: rgb(100,225,117); }
div.DivClassName
{
background-color: #64E175;
}
.BgClassName
{
background-color: #64E175;
}
</style>
border-color css
<style>
span { border-color: #64E175; }
span { border-color: rgb(100,225,117); }
td.TdClassName
{
border-color: #64E175;
}
.TagClassName
{
border-color: #64E175;
}
</style>