Shades of Pastel Green #8CEA68
Tints of Pastel Green #8CEA68
RGB
CMYK
RGB Variations
Color information
#8CEA68 (or 0x8CEA68) is known color: Pastel Green. HEX triplet: 8C, EA and 68. RGB value is (140,234,104). Sum of RGB (Red+Green+Blue) = 140+234+104=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA68 is #731597. Grayscale: #BFBFBF. Windows color (decimal): -7542168 or 6875788. OLE color: 6875788.
HSL color Cylindrical-coordinate representation of color #8CEA68: hue angle of 103.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CEA68 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 104 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.08 |
| HSL | 103.38º | 0.76% | 0.66% | - |
| HSV(B) | 103.38º | 0.56% | 0.92% | - |
| XYZ | 42.74 | 65.42 | 23.47 | - |
| YUV | 191.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 104 | 0.40 | 0 | 0.56 | 0.08 | 103.38 | 0.76 | 0.66 |
| Hex | 8C | EA | 68 | 28 | 0 | 38 | 8 | 67 | 4C | 42 |
| Octal | 214 | 352 | 150 | 50 | 0 | 70 | 10 | 147 | 114 | 102 |
| Binary | 10001100 | 11101010 | 1101000 | 101000 | 0 | 111000 | 1000 | 1100111 | 1001100 | 1000010 |
Color Harmonies of #8CEA68
Complementary color
Monochromatic Colors of #8CEA68
Black with #8CEA68
Text Example
Text Example
White with #8CEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA68; }
p { color: rgb(140,234,104); }
H1.HeaderClassName
{
color: #8CEA68;
}
.AnyTagClassName
{
color: #8CEA68;
}
</style>
background-color css
<style>
a { background-color: #8CEA68; }
a { background-color: rgb(140,234,104); }
div.DivClassName
{
background-color: #8CEA68;
}
.BgClassName
{
background-color: #8CEA68;
}
</style>
border-color css
<style>
span { border-color: #8CEA68; }
span { border-color: rgb(140,234,104); }
td.TdClassName
{
border-color: #8CEA68;
}
.TagClassName
{
border-color: #8CEA68;
}
</style>