Shades of Lawn Green #7DED0B
Tints of Lawn Green #7DED0B
RGB
CMYK
RGB Variations
Color information
#7DED0B (or 0x7DED0B) is known color: Lawn Green. HEX triplet: 7D, ED and 0B. RGB value is (125,237,11). Sum of RGB (Red+Green+Blue) = 125+237+11=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 237 (92.97% from 255 or 63.54% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DED0B is #8212F4. Grayscale: #B2B2B2. Windows color (decimal): -8524533 or 781693. OLE color: 781693.
HSL color Cylindrical-coordinate representation of color #7DED0B: hue angle of 89.73º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DED0B is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 11 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.07 |
| HSL | 89.73º | 0.91% | 0.49% | - |
| HSV(B) | 89.73º | 0.95% | 0.93% | - |
| XYZ | 38.8 | 64.95 | 10.81 | - |
| YUV | 177.75 | 33.89 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 11 | 0.47 | 0 | 0.95 | 0.07 | 89.73 | 0.91 | 0.49 |
| Hex | 7D | ED | B | 2F | 0 | 5F | 7 | 5A | 5B | 31 |
| Octal | 175 | 355 | 13 | 57 | 0 | 137 | 7 | 132 | 133 | 61 |
| Binary | 1111101 | 11101101 | 1011 | 101111 | 0 | 1011111 | 111 | 1011010 | 1011011 | 110001 |
Color Harmonies of #7DED0B
Complementary color
Monochromatic Colors of #7DED0B
Black with #7DED0B
Text Example
Text Example
White with #7DED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED0B; }
p { color: rgb(125,237,11); }
H1.HeaderClassName
{
color: #7DED0B;
}
.AnyTagClassName
{
color: #7DED0B;
}
</style>
background-color css
<style>
a { background-color: #7DED0B; }
a { background-color: rgb(125,237,11); }
div.DivClassName
{
background-color: #7DED0B;
}
.BgClassName
{
background-color: #7DED0B;
}
</style>
border-color css
<style>
span { border-color: #7DED0B; }
span { border-color: rgb(125,237,11); }
td.TdClassName
{
border-color: #7DED0B;
}
.TagClassName
{
border-color: #7DED0B;
}
</style>