Shades of Lawn Green #8CDF0F
Tints of Lawn Green #8CDF0F
RGB
CMYK
RGB Variations
Color information
#8CDF0F (or 0x8CDF0F) is known color: Lawn Green. HEX triplet: 8C, DF and 0F. RGB value is (140,223,15). Sum of RGB (Red+Green+Blue) = 140+223+15=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDF0F is #7320F0. Grayscale: #AFAFAF. Windows color (decimal): -7545073 or 1040268. OLE color: 1040268.
HSL color Cylindrical-coordinate representation of color #8CDF0F: hue angle of 83.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CDF0F is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 15 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.13 |
| HSL | 83.94º | 0.87% | 0.47% | - |
| HSV(B) | 83.94º | 0.93% | 0.87% | - |
| XYZ | 37.29 | 58.39 | 9.76 | - |
| YUV | 174.47 | 38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 15 | 0.37 | 0 | 0.93 | 0.13 | 83.94 | 0.87 | 0.47 |
| Hex | 8C | DF | F | 25 | 0 | 5D | D | 54 | 57 | 2F |
| Octal | 214 | 337 | 17 | 45 | 0 | 135 | 15 | 124 | 127 | 57 |
| Binary | 10001100 | 11011111 | 1111 | 100101 | 0 | 1011101 | 1101 | 1010100 | 1010111 | 101111 |
Color Harmonies of #8CDF0F
Complementary color
Monochromatic Colors of #8CDF0F
Black with #8CDF0F
Text Example
Text Example
White with #8CDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF0F; }
p { color: rgb(140,223,15); }
H1.HeaderClassName
{
color: #8CDF0F;
}
.AnyTagClassName
{
color: #8CDF0F;
}
</style>
background-color css
<style>
a { background-color: #8CDF0F; }
a { background-color: rgb(140,223,15); }
div.DivClassName
{
background-color: #8CDF0F;
}
.BgClassName
{
background-color: #8CDF0F;
}
</style>
border-color css
<style>
span { border-color: #8CDF0F; }
span { border-color: rgb(140,223,15); }
td.TdClassName
{
border-color: #8CDF0F;
}
.TagClassName
{
border-color: #8CDF0F;
}
</style>