Shades of Light Green #8CDF94
Tints of Light Green #8CDF94
RGB
CMYK
RGB Variations
Color information
#8CDF94 (or 0x8CDF94) is known color: Light Green. HEX triplet: 8C, DF and 94. RGB value is (140,223,148). Sum of RGB (Red+Green+Blue) = 140+223+148=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF94 is #73206B. Grayscale: #BDBDBD. Windows color (decimal): -7544940 or 9756556. OLE color: 9756556.
HSL color Cylindrical-coordinate representation of color #8CDF94: hue angle of 125.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDF94 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 148 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.13 |
| HSL | 125.78º | 0.56% | 0.71% | - |
| HSV(B) | 125.78º | 0.37% | 0.87% | - |
| XYZ | 42.55 | 60.49 | 37.45 | - |
| YUV | 189.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 148 | 0.37 | 0 | 0.34 | 0.13 | 125.78 | 0.56 | 0.71 |
| Hex | 8C | DF | 94 | 25 | 0 | 22 | D | 7E | 38 | 47 |
| Octal | 214 | 337 | 224 | 45 | 0 | 42 | 15 | 176 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10010100 | 100101 | 0 | 100010 | 1101 | 1111110 | 111000 | 1000111 |
Color Harmonies of #8CDF94
Complementary color
Monochromatic Colors of #8CDF94
Black with #8CDF94
Text Example
Text Example
White with #8CDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF94; }
p { color: rgb(140,223,148); }
H1.HeaderClassName
{
color: #8CDF94;
}
.AnyTagClassName
{
color: #8CDF94;
}
</style>
background-color css
<style>
a { background-color: #8CDF94; }
a { background-color: rgb(140,223,148); }
div.DivClassName
{
background-color: #8CDF94;
}
.BgClassName
{
background-color: #8CDF94;
}
</style>
border-color css
<style>
span { border-color: #8CDF94; }
span { border-color: rgb(140,223,148); }
td.TdClassName
{
border-color: #8CDF94;
}
.TagClassName
{
border-color: #8CDF94;
}
</style>