Shades of Pastel Green #8CE073
Tints of Pastel Green #8CE073
RGB
CMYK
RGB Variations
Color information
#8CE073 (or 0x8CE073) is known color: Pastel Green. HEX triplet: 8C, E0 and 73. RGB value is (140,224,115). Sum of RGB (Red+Green+Blue) = 140+224+115=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE073 is #731F8C. Grayscale: #BABABA. Windows color (decimal): -7544717 or 7594124. OLE color: 7594124.
HSL color Cylindrical-coordinate representation of color #8CE073: hue angle of 106.24º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CE073 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 115 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.12 |
| HSL | 106.24º | 0.64% | 0.66% | - |
| HSV(B) | 106.24º | 0.49% | 0.88% | - |
| XYZ | 40.57 | 60.12 | 25.69 | - |
| YUV | 186.46 | 87.67 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 115 | 0.38 | 0 | 0.49 | 0.12 | 106.24 | 0.64 | 0.66 |
| Hex | 8C | E0 | 73 | 26 | 0 | 31 | C | 6A | 40 | 42 |
| Octal | 214 | 340 | 163 | 46 | 0 | 61 | 14 | 152 | 100 | 102 |
| Binary | 10001100 | 11100000 | 1110011 | 100110 | 0 | 110001 | 1100 | 1101010 | 1000000 | 1000010 |
Color Harmonies of #8CE073
Complementary color
Monochromatic Colors of #8CE073
Black with #8CE073
Text Example
Text Example
White with #8CE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE073; }
p { color: rgb(140,224,115); }
H1.HeaderClassName
{
color: #8CE073;
}
.AnyTagClassName
{
color: #8CE073;
}
</style>
background-color css
<style>
a { background-color: #8CE073; }
a { background-color: rgb(140,224,115); }
div.DivClassName
{
background-color: #8CE073;
}
.BgClassName
{
background-color: #8CE073;
}
</style>
border-color css
<style>
span { border-color: #8CE073; }
span { border-color: rgb(140,224,115); }
td.TdClassName
{
border-color: #8CE073;
}
.TagClassName
{
border-color: #8CE073;
}
</style>