Shades of Pastel Green #8CDB7A
Tints of Pastel Green #8CDB7A
RGB
CMYK
RGB Variations
Color information
#8CDB7A (or 0x8CDB7A) is known color: Pastel Green. HEX triplet: 8C, DB and 7A. RGB value is (140,219,122). Sum of RGB (Red+Green+Blue) = 140+219+122=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB7A is #732485. Grayscale: #B8B8B8. Windows color (decimal): -7545990 or 8051596. OLE color: 8051596.
HSL color Cylindrical-coordinate representation of color #8CDB7A: hue angle of 108.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CDB7A is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 122 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.14 |
| HSL | 108.87º | 0.57% | 0.67% | - |
| HSV(B) | 108.87º | 0.44% | 0.86% | - |
| XYZ | 39.66 | 57.64 | 27.45 | - |
| YUV | 184.32 | 92.83 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 122 | 0.36 | 0 | 0.44 | 0.14 | 108.87 | 0.57 | 0.67 |
| Hex | 8C | DB | 7A | 24 | 0 | 2C | E | 6D | 39 | 43 |
| Octal | 214 | 333 | 172 | 44 | 0 | 54 | 16 | 155 | 71 | 103 |
| Binary | 10001100 | 11011011 | 1111010 | 100100 | 0 | 101100 | 1110 | 1101101 | 111001 | 1000011 |
Color Harmonies of #8CDB7A
Complementary color
Monochromatic Colors of #8CDB7A
Black with #8CDB7A
Text Example
Text Example
White with #8CDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB7A; }
p { color: rgb(140,219,122); }
H1.HeaderClassName
{
color: #8CDB7A;
}
.AnyTagClassName
{
color: #8CDB7A;
}
</style>
background-color css
<style>
a { background-color: #8CDB7A; }
a { background-color: rgb(140,219,122); }
div.DivClassName
{
background-color: #8CDB7A;
}
.BgClassName
{
background-color: #8CDB7A;
}
</style>
border-color css
<style>
span { border-color: #8CDB7A; }
span { border-color: rgb(140,219,122); }
td.TdClassName
{
border-color: #8CDB7A;
}
.TagClassName
{
border-color: #8CDB7A;
}
</style>