Shades of Lawn Green #71CF00
Tints of Lawn Green #71CF00
RGB
CMYK
RGB Variations
Color information
#71CF00 (or 0x71CF00) is known color: Lawn Green. HEX triplet: 71, CF and 00. RGB value is (113,207,0). Sum of RGB (Red+Green+Blue) = 113+207+0=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CF00 is #8E30FF. Grayscale: #9C9C9C. Windows color (decimal): -9318656 or 53105. OLE color: 53105.
HSL color Cylindrical-coordinate representation of color #71CF00: hue angle of 87.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71CF00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.19 |
| HSL | 87.25º | 1% | 0.41% | - |
| HSV(B) | 87.25º | 1% | 0.81% | - |
| XYZ | 29.12 | 48.14 | 7.76 | - |
| YUV | 155.3 | 40.36 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 0 | 0.45 | 0 | 1 | 0.19 | 87.25 | 1 | 0.41 |
| Hex | 71 | CF | 0 | 2D | 0 | 64 | 13 | 57 | 64 | 29 |
| Octal | 161 | 317 | 0 | 55 | 0 | 144 | 23 | 127 | 144 | 51 |
| Binary | 1110001 | 11001111 | 0 | 101101 | 0 | 1100100 | 10011 | 1010111 | 1100100 | 101001 |
Color Harmonies of #71CF00
Complementary color
Monochromatic Colors of #71CF00
Black with #71CF00
Text Example
Text Example
White with #71CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF00; }
p { color: rgb(113,207,0); }
H1.HeaderClassName
{
color: #71CF00;
}
.AnyTagClassName
{
color: #71CF00;
}
</style>
background-color css
<style>
a { background-color: #71CF00; }
a { background-color: rgb(113,207,0); }
div.DivClassName
{
background-color: #71CF00;
}
.BgClassName
{
background-color: #71CF00;
}
</style>
border-color css
<style>
span { border-color: #71CF00; }
span { border-color: rgb(113,207,0); }
td.TdClassName
{
border-color: #71CF00;
}
.TagClassName
{
border-color: #71CF00;
}
</style>