Shades of Lawn Green #75DF0B
Tints of Lawn Green #75DF0B
RGB
CMYK
RGB Variations
Color information
#75DF0B (or 0x75DF0B) is known color: Lawn Green. HEX triplet: 75, DF and 0B. RGB value is (117,223,11). Sum of RGB (Red+Green+Blue) = 117+223+11=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF0B is #8A20F4. Grayscale: #A7A7A7. Windows color (decimal): -9052405 or 778101. OLE color: 778101.
HSL color Cylindrical-coordinate representation of color #75DF0B: hue angle of 90º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75DF0B is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 11 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.13 |
| HSL | 90º | 0.91% | 0.46% | - |
| HSV(B) | 90º | 0.95% | 0.87% | - |
| XYZ | 33.78 | 56.58 | 9.46 | - |
| YUV | 167.14 | 39.88 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 11 | 0.48 | 0 | 0.95 | 0.13 | 90 | 0.91 | 0.46 |
| Hex | 75 | DF | B | 30 | 0 | 5F | D | 5A | 5B | 2E |
| Octal | 165 | 337 | 13 | 60 | 0 | 137 | 15 | 132 | 133 | 56 |
| Binary | 1110101 | 11011111 | 1011 | 110000 | 0 | 1011111 | 1101 | 1011010 | 1011011 | 101110 |
Color Harmonies of #75DF0B
Complementary color
Monochromatic Colors of #75DF0B
Black with #75DF0B
Text Example
Text Example
White with #75DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF0B; }
p { color: rgb(117,223,11); }
H1.HeaderClassName
{
color: #75DF0B;
}
.AnyTagClassName
{
color: #75DF0B;
}
</style>
background-color css
<style>
a { background-color: #75DF0B; }
a { background-color: rgb(117,223,11); }
div.DivClassName
{
background-color: #75DF0B;
}
.BgClassName
{
background-color: #75DF0B;
}
</style>
border-color css
<style>
span { border-color: #75DF0B; }
span { border-color: rgb(117,223,11); }
td.TdClassName
{
border-color: #75DF0B;
}
.TagClassName
{
border-color: #75DF0B;
}
</style>