Shades of Lawn Green #76F205
Tints of Lawn Green #76F205
RGB
CMYK
RGB Variations
Color information
#76F205 (or 0x76F205) is known color: Lawn Green. HEX triplet: 76, F2 and 05. RGB value is (118,242,5). Sum of RGB (Red+Green+Blue) = 118+242+5=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #76F205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F205 is #890DFA. Grayscale: #B2B2B2. Windows color (decimal): -8982011 or 389750. OLE color: 389750.
HSL color Cylindrical-coordinate representation of color #76F205: hue angle of 91.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76F205 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.05 |
| HSL | 91.39º | 0.96% | 0.48% | - |
| HSV(B) | 91.39º | 0.98% | 0.95% | - |
| XYZ | 39.25 | 67.37 | 11.08 | - |
| YUV | 177.91 | 30.42 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 5 | 0.51 | 0 | 0.98 | 0.05 | 91.39 | 0.96 | 0.48 |
| Hex | 76 | F2 | 5 | 33 | 0 | 62 | 5 | 5B | 60 | 30 |
| Octal | 166 | 362 | 5 | 63 | 0 | 142 | 5 | 133 | 140 | 60 |
| Binary | 1110110 | 11110010 | 101 | 110011 | 0 | 1100010 | 101 | 1011011 | 1100000 | 110000 |
Color Harmonies of #76F205
Complementary color
Monochromatic Colors of #76F205
Black with #76F205
Text Example
Text Example
White with #76F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F205; }
p { color: rgb(118,242,5); }
H1.HeaderClassName
{
color: #76F205;
}
.AnyTagClassName
{
color: #76F205;
}
</style>
background-color css
<style>
a { background-color: #76F205; }
a { background-color: rgb(118,242,5); }
div.DivClassName
{
background-color: #76F205;
}
.BgClassName
{
background-color: #76F205;
}
</style>
border-color css
<style>
span { border-color: #76F205; }
span { border-color: rgb(118,242,5); }
td.TdClassName
{
border-color: #76F205;
}
.TagClassName
{
border-color: #76F205;
}
</style>