Shades of Pastel Green #64EF90
Tints of Pastel Green #64EF90
RGB
CMYK
RGB Variations
Color information
#64EF90 (or 0x64EF90) is known color: Pastel Green. HEX triplet: 64, EF and 90. RGB value is (100,239,144). Sum of RGB (Red+Green+Blue) = 100+239+144=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EF90 is #9B106F. Grayscale: #BABABA. Windows color (decimal): -10162288 or 9498468. OLE color: 9498468.
HSL color Cylindrical-coordinate representation of color #64EF90: hue angle of 138.99º 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 #64EF90 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 144 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.06 |
| HSL | 138.99º | 0.81% | 0.66% | - |
| HSV(B) | 138.99º | 0.58% | 0.94% | - |
| XYZ | 41.16 | 66.46 | 37.04 | - |
| YUV | 186.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 144 | 0.58 | 0 | 0.40 | 0.06 | 138.99 | 0.81 | 0.66 |
| Hex | 64 | EF | 90 | 3A | 0 | 28 | 6 | 8B | 51 | 42 |
| Octal | 144 | 357 | 220 | 72 | 0 | 50 | 6 | 213 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10010000 | 111010 | 0 | 101000 | 110 | 10001011 | 1010001 | 1000010 |
Color Harmonies of #64EF90
Complementary color
Monochromatic Colors of #64EF90
Black with #64EF90
Text Example
Text Example
White with #64EF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF90; }
p { color: rgb(100,239,144); }
H1.HeaderClassName
{
color: #64EF90;
}
.AnyTagClassName
{
color: #64EF90;
}
</style>
background-color css
<style>
a { background-color: #64EF90; }
a { background-color: rgb(100,239,144); }
div.DivClassName
{
background-color: #64EF90;
}
.BgClassName
{
background-color: #64EF90;
}
</style>
border-color css
<style>
span { border-color: #64EF90; }
span { border-color: rgb(100,239,144); }
td.TdClassName
{
border-color: #64EF90;
}
.TagClassName
{
border-color: #64EF90;
}
</style>