Shades of Pastel Green #8EF264
Tints of Pastel Green #8EF264
RGB
CMYK
RGB Variations
Color information
#8EF264 (or 0x8EF264) is known color: Pastel Green. HEX triplet: 8E, F2 and 64. RGB value is (142,242,100). Sum of RGB (Red+Green+Blue) = 142+242+100=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF264 is #710D9B. Grayscale: #C4C4C4. Windows color (decimal): -7409052 or 6615694. OLE color: 6615694.
HSL color Cylindrical-coordinate representation of color #8EF264: hue angle of 102.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EF264 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 242 | 100 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.05 |
| HSL | 102.25º | 0.85% | 0.67% | - |
| HSV(B) | 102.25º | 0.59% | 0.95% | - |
| XYZ | 45.21 | 70.18 | 23.22 | - |
| YUV | 195.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 100 | 0.41 | 0 | 0.59 | 0.05 | 102.25 | 0.85 | 0.67 |
| Hex | 8E | F2 | 64 | 29 | 0 | 3B | 5 | 66 | 55 | 43 |
| Octal | 216 | 362 | 144 | 51 | 0 | 73 | 5 | 146 | 125 | 103 |
| Binary | 10001110 | 11110010 | 1100100 | 101001 | 0 | 111011 | 101 | 1100110 | 1010101 | 1000011 |
Color Harmonies of #8EF264
Complementary color
Monochromatic Colors of #8EF264
Black with #8EF264
Text Example
Text Example
White with #8EF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF264; }
p { color: rgb(142,242,100); }
H1.HeaderClassName
{
color: #8EF264;
}
.AnyTagClassName
{
color: #8EF264;
}
</style>
background-color css
<style>
a { background-color: #8EF264; }
a { background-color: rgb(142,242,100); }
div.DivClassName
{
background-color: #8EF264;
}
.BgClassName
{
background-color: #8EF264;
}
</style>
border-color css
<style>
span { border-color: #8EF264; }
span { border-color: rgb(142,242,100); }
td.TdClassName
{
border-color: #8EF264;
}
.TagClassName
{
border-color: #8EF264;
}
</style>