Shades of Lawn Green #75F223
Tints of Lawn Green #75F223
RGB
CMYK
RGB Variations
Color information
#75F223 (or 0x75F223) is known color: Lawn Green. HEX triplet: 75, F2 and 23. RGB value is (117,242,35). Sum of RGB (Red+Green+Blue) = 117+242+35=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #75F223 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F223 is #8A0DDC. Grayscale: #B5B5B5. Windows color (decimal): -9047517 or 2355829. OLE color: 2355829.
HSL color Cylindrical-coordinate representation of color #75F223: hue angle of 96.23º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75F223 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 35 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.05 |
| HSL | 96.23º | 0.89% | 0.54% | - |
| HSV(B) | 96.23º | 0.86% | 0.95% | - |
| XYZ | 39.39 | 67.41 | 12.52 | - |
| YUV | 181.03 | 45.59 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 35 | 0.52 | 0 | 0.86 | 0.05 | 96.23 | 0.89 | 0.54 |
| Hex | 75 | F2 | 23 | 34 | 0 | 56 | 5 | 60 | 59 | 36 |
| Octal | 165 | 362 | 43 | 64 | 0 | 126 | 5 | 140 | 131 | 66 |
| Binary | 1110101 | 11110010 | 100011 | 110100 | 0 | 1010110 | 101 | 1100000 | 1011001 | 110110 |
Color Harmonies of #75F223
Complementary color
Monochromatic Colors of #75F223
Black with #75F223
Text Example
Text Example
White with #75F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F223; }
p { color: rgb(117,242,35); }
H1.HeaderClassName
{
color: #75F223;
}
.AnyTagClassName
{
color: #75F223;
}
</style>
background-color css
<style>
a { background-color: #75F223; }
a { background-color: rgb(117,242,35); }
div.DivClassName
{
background-color: #75F223;
}
.BgClassName
{
background-color: #75F223;
}
</style>
border-color css
<style>
span { border-color: #75F223; }
span { border-color: rgb(117,242,35); }
td.TdClassName
{
border-color: #75F223;
}
.TagClassName
{
border-color: #75F223;
}
</style>