Shades of Pastel Green #8CDB7D
Tints of Pastel Green #8CDB7D
RGB
CMYK
RGB Variations
Color information
#8CDB7D (or 0x8CDB7D) is known color: Pastel Green. HEX triplet: 8C, DB and 7D. RGB value is (140,219,125). Sum of RGB (Red+Green+Blue) = 140+219+125=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB7D is #732482. Grayscale: #B8B8B8. Windows color (decimal): -7545987 or 8248204. OLE color: 8248204.
HSL color Cylindrical-coordinate representation of color #8CDB7D: hue angle of 110.43º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CDB7D is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 140 | 219 | 125 | - |
CMYK | 0.36 | 0 | 0.43 | 0.14 |
HSL | 110.43º | 0.57% | 0.67% | - |
HSV(B) | 110.43º | 0.43% | 0.86% | - |
XYZ | 39.85 | 57.72 | 28.44 | - |
YUV | 184.66 | 94.33 | 96.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 219 | 125 | 0.36 | 0 | 0.43 | 0.14 | 110.43 | 0.57 | 0.67 |
Hex | 8C | DB | 7D | 24 | 0 | 2B | E | 6E | 39 | 43 |
Octal | 214 | 333 | 175 | 44 | 0 | 53 | 16 | 156 | 71 | 103 |
Binary | 10001100 | 11011011 | 1111101 | 100100 | 0 | 101011 | 1110 | 1101110 | 111001 | 1000011 |
Color Harmonies of #8CDB7D
Complementary color
Monochromatic Colors of #8CDB7D
Black with #8CDB7D
Text Example
Text Example
White with #8CDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB7D; }
p { color: rgb(140,219,125); }
H1.HeaderClassName
{
color: #8CDB7D;
}
.AnyTagClassName
{
color: #8CDB7D;
}
</style>
background-color css
<style>
a { background-color: #8CDB7D; }
a { background-color: rgb(140,219,125); }
div.DivClassName
{
background-color: #8CDB7D;
}
.BgClassName
{
background-color: #8CDB7D;
}
</style>
border-color css
<style>
span { border-color: #8CDB7D; }
span { border-color: rgb(140,219,125); }
td.TdClassName
{
border-color: #8CDB7D;
}
.TagClassName
{
border-color: #8CDB7D;
}
</style>