Shades of Lawn Green #75F630
Tints of Lawn Green #75F630
RGB
CMYK
RGB Variations
Color information
#75F630 (or 0x75F630) is known color: Lawn Green. HEX triplet: 75, F6 and 30. RGB value is (117,246,48). Sum of RGB (Red+Green+Blue) = 117+246+48=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #75F630 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F630 is #8A09CF. Grayscale: #B9B9B9. Windows color (decimal): -9046480 or 3208821. OLE color: 3208821.
HSL color Cylindrical-coordinate representation of color #75F630: hue angle of 99.09º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75F630 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 246 | 48 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.04 |
| HSL | 99.09º | 0.92% | 0.58% | - |
| HSV(B) | 99.09º | 0.8% | 0.96% | - |
| XYZ | 40.83 | 69.91 | 14.14 | - |
| YUV | 184.86 | 50.76 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 246 | 48 | 0.52 | 0 | 0.80 | 0.04 | 99.09 | 0.92 | 0.58 |
| Hex | 75 | F6 | 30 | 34 | 0 | 50 | 4 | 63 | 5C | 3A |
| Octal | 165 | 366 | 60 | 64 | 0 | 120 | 4 | 143 | 134 | 72 |
| Binary | 1110101 | 11110110 | 110000 | 110100 | 0 | 1010000 | 100 | 1100011 | 1011100 | 111010 |
Color Harmonies of #75F630
Complementary color
Monochromatic Colors of #75F630
Black with #75F630
Text Example
Text Example
White with #75F630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F630; }
p { color: rgb(117,246,48); }
H1.HeaderClassName
{
color: #75F630;
}
.AnyTagClassName
{
color: #75F630;
}
</style>
background-color css
<style>
a { background-color: #75F630; }
a { background-color: rgb(117,246,48); }
div.DivClassName
{
background-color: #75F630;
}
.BgClassName
{
background-color: #75F630;
}
</style>
border-color css
<style>
span { border-color: #75F630; }
span { border-color: rgb(117,246,48); }
td.TdClassName
{
border-color: #75F630;
}
.TagClassName
{
border-color: #75F630;
}
</style>