Shades of Light Green #75F28F
Tints of Light Green #75F28F
RGB
CMYK
RGB Variations
Color information
#75F28F (or 0x75F28F) is known color: Light Green. HEX triplet: 75, F2 and 8F. RGB value is (117,242,143). Sum of RGB (Red+Green+Blue) = 117+242+143=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #75F28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F28F is #8A0D70. Grayscale: #C1C1C1. Windows color (decimal): -9047409 or 9433717. OLE color: 9433717.
HSL color Cylindrical-coordinate representation of color #75F28F: hue angle of 132.48º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F28F is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 143 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.05 |
| HSL | 132.48º | 0.83% | 0.7% | - |
| HSV(B) | 132.48º | 0.52% | 0.95% | - |
| XYZ | 44.05 | 69.27 | 37.04 | - |
| YUV | 193.34 | 99.59 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 143 | 0.52 | 0 | 0.41 | 0.05 | 132.48 | 0.83 | 0.7 |
| Hex | 75 | F2 | 8F | 34 | 0 | 29 | 5 | 84 | 53 | 46 |
| Octal | 165 | 362 | 217 | 64 | 0 | 51 | 5 | 204 | 123 | 106 |
| Binary | 1110101 | 11110010 | 10001111 | 110100 | 0 | 101001 | 101 | 10000100 | 1010011 | 1000110 |
Color Harmonies of #75F28F
Complementary color
Monochromatic Colors of #75F28F
Black with #75F28F
Text Example
Text Example
White with #75F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F28F; }
p { color: rgb(117,242,143); }
H1.HeaderClassName
{
color: #75F28F;
}
.AnyTagClassName
{
color: #75F28F;
}
</style>
background-color css
<style>
a { background-color: #75F28F; }
a { background-color: rgb(117,242,143); }
div.DivClassName
{
background-color: #75F28F;
}
.BgClassName
{
background-color: #75F28F;
}
</style>
border-color css
<style>
span { border-color: #75F28F; }
span { border-color: rgb(117,242,143); }
td.TdClassName
{
border-color: #75F28F;
}
.TagClassName
{
border-color: #75F28F;
}
</style>