Shades of Pastel Green #8CEB64
Tints of Pastel Green #8CEB64
RGB
CMYK
RGB Variations
Color information
#8CEB64 (or 0x8CEB64) is known color: Pastel Green. HEX triplet: 8C, EB and 64. RGB value is (140,235,100). Sum of RGB (Red+Green+Blue) = 140+235+100=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEB64 is #73149B. Grayscale: #BFBFBF. Windows color (decimal): -7541916 or 6613900. OLE color: 6613900.
HSL color Cylindrical-coordinate representation of color #8CEB64: hue angle of 102.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CEB64 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 100 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.08 |
| HSL | 102.22º | 0.77% | 0.66% | - |
| HSV(B) | 102.22º | 0.57% | 0.92% | - |
| XYZ | 42.82 | 65.91 | 22.52 | - |
| YUV | 191.21 | 76.53 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 100 | 0.40 | 0 | 0.57 | 0.08 | 102.22 | 0.77 | 0.66 |
| Hex | 8C | EB | 64 | 28 | 0 | 39 | 8 | 66 | 4D | 42 |
| Octal | 214 | 353 | 144 | 50 | 0 | 71 | 10 | 146 | 115 | 102 |
| Binary | 10001100 | 11101011 | 1100100 | 101000 | 0 | 111001 | 1000 | 1100110 | 1001101 | 1000010 |
Color Harmonies of #8CEB64
Complementary color
Monochromatic Colors of #8CEB64
Black with #8CEB64
Text Example
Text Example
White with #8CEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEB64; }
p { color: rgb(140,235,100); }
H1.HeaderClassName
{
color: #8CEB64;
}
.AnyTagClassName
{
color: #8CEB64;
}
</style>
background-color css
<style>
a { background-color: #8CEB64; }
a { background-color: rgb(140,235,100); }
div.DivClassName
{
background-color: #8CEB64;
}
.BgClassName
{
background-color: #8CEB64;
}
</style>
border-color css
<style>
span { border-color: #8CEB64; }
span { border-color: rgb(140,235,100); }
td.TdClassName
{
border-color: #8CEB64;
}
.TagClassName
{
border-color: #8CEB64;
}
</style>