Shades of Pastel Green #64EF92
Tints of Pastel Green #64EF92
RGB
CMYK
RGB Variations
Color information
#64EF92 (or 0x64EF92) is known color: Pastel Green. HEX triplet: 64, EF and 92. RGB value is (100,239,146). Sum of RGB (Red+Green+Blue) = 100+239+146=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EF92 is #9B106D. Grayscale: #BBBBBB. Windows color (decimal): -10162286 or 9629540. OLE color: 9629540.
HSL color Cylindrical-coordinate representation of color #64EF92: hue angle of 139.86º 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 #64EF92 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 146 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.06 |
| HSL | 139.86º | 0.81% | 0.66% | - |
| HSV(B) | 139.86º | 0.58% | 0.94% | - |
| XYZ | 41.31 | 66.52 | 37.86 | - |
| YUV | 186.84 | 104.95 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 146 | 0.58 | 0 | 0.39 | 0.06 | 139.86 | 0.81 | 0.66 |
| Hex | 64 | EF | 92 | 3A | 0 | 27 | 6 | 8C | 51 | 42 |
| Octal | 144 | 357 | 222 | 72 | 0 | 47 | 6 | 214 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10010010 | 111010 | 0 | 100111 | 110 | 10001100 | 1010001 | 1000010 |
Color Harmonies of #64EF92
Complementary color
Monochromatic Colors of #64EF92
Black with #64EF92
Text Example
Text Example
White with #64EF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF92; }
p { color: rgb(100,239,146); }
H1.HeaderClassName
{
color: #64EF92;
}
.AnyTagClassName
{
color: #64EF92;
}
</style>
background-color css
<style>
a { background-color: #64EF92; }
a { background-color: rgb(100,239,146); }
div.DivClassName
{
background-color: #64EF92;
}
.BgClassName
{
background-color: #64EF92;
}
</style>
border-color css
<style>
span { border-color: #64EF92; }
span { border-color: rgb(100,239,146); }
td.TdClassName
{
border-color: #64EF92;
}
.TagClassName
{
border-color: #64EF92;
}
</style>