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