Shades of Lawn Green #8CED1F
Tints of Lawn Green #8CED1F
RGB
CMYK
RGB Variations
Color information
#8CED1F (or 0x8CED1F) is known color: Lawn Green. HEX triplet: 8C, ED and 1F. RGB value is (140,237,31). Sum of RGB (Red+Green+Blue) = 140+237+31=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CED1F is #7312E0. Grayscale: #B9B9B9. Windows color (decimal): -7541473 or 2092428. OLE color: 2092428.
HSL color Cylindrical-coordinate representation of color #8CED1F: hue angle of 88.25º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CED1F is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 31 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.07 |
| HSL | 88.25º | 0.85% | 0.53% | - |
| HSV(B) | 88.25º | 0.87% | 0.93% | - |
| XYZ | 41.35 | 66.24 | 11.9 | - |
| YUV | 184.51 | 41.36 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 31 | 0.41 | 0 | 0.87 | 0.07 | 88.25 | 0.85 | 0.53 |
| Hex | 8C | ED | 1F | 29 | 0 | 57 | 7 | 58 | 55 | 35 |
| Octal | 214 | 355 | 37 | 51 | 0 | 127 | 7 | 130 | 125 | 65 |
| Binary | 10001100 | 11101101 | 11111 | 101001 | 0 | 1010111 | 111 | 1011000 | 1010101 | 110101 |
Color Harmonies of #8CED1F
Complementary color
Monochromatic Colors of #8CED1F
Black with #8CED1F
Text Example
Text Example
White with #8CED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED1F; }
p { color: rgb(140,237,31); }
H1.HeaderClassName
{
color: #8CED1F;
}
.AnyTagClassName
{
color: #8CED1F;
}
</style>
background-color css
<style>
a { background-color: #8CED1F; }
a { background-color: rgb(140,237,31); }
div.DivClassName
{
background-color: #8CED1F;
}
.BgClassName
{
background-color: #8CED1F;
}
</style>
border-color css
<style>
span { border-color: #8CED1F; }
span { border-color: rgb(140,237,31); }
td.TdClassName
{
border-color: #8CED1F;
}
.TagClassName
{
border-color: #8CED1F;
}
</style>