Shades of Lawn Green #75F00D
Tints of Lawn Green #75F00D
RGB
CMYK
RGB Variations
Color information
#75F00D (or 0x75F00D) is known color: Lawn Green. HEX triplet: 75, F0 and 0D. RGB value is (117,240,13). Sum of RGB (Red+Green+Blue) = 117+240+13=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #75F00D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F00D is #8A0FF2. Grayscale: #B2B2B2. Windows color (decimal): -9048051 or 913525. OLE color: 913525.
HSL color Cylindrical-coordinate representation of color #75F00D: hue angle of 92.51º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75F00D is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 240 | 13 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.06 |
| HSL | 92.51º | 0.9% | 0.5% | - |
| HSV(B) | 92.51º | 0.95% | 0.94% | - |
| XYZ | 38.57 | 66.13 | 11.11 | - |
| YUV | 177.35 | 35.25 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 240 | 13 | 0.51 | 0 | 0.95 | 0.06 | 92.51 | 0.9 | 0.5 |
| Hex | 75 | F0 | D | 33 | 0 | 5F | 6 | 5D | 5A | 32 |
| Octal | 165 | 360 | 15 | 63 | 0 | 137 | 6 | 135 | 132 | 62 |
| Binary | 1110101 | 11110000 | 1101 | 110011 | 0 | 1011111 | 110 | 1011101 | 1011010 | 110010 |
Color Harmonies of #75F00D
Complementary color
Monochromatic Colors of #75F00D
Black with #75F00D
Text Example
Text Example
White with #75F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F00D; }
p { color: rgb(117,240,13); }
H1.HeaderClassName
{
color: #75F00D;
}
.AnyTagClassName
{
color: #75F00D;
}
</style>
background-color css
<style>
a { background-color: #75F00D; }
a { background-color: rgb(117,240,13); }
div.DivClassName
{
background-color: #75F00D;
}
.BgClassName
{
background-color: #75F00D;
}
</style>
border-color css
<style>
span { border-color: #75F00D; }
span { border-color: rgb(117,240,13); }
td.TdClassName
{
border-color: #75F00D;
}
.TagClassName
{
border-color: #75F00D;
}
</style>