Shades of Light Green #75FBA6
Tints of Light Green #75FBA6
RGB
CMYK
RGB Variations
Color information
#75FBA6 (or 0x75FBA6) is known color: Light Green. HEX triplet: 75, FB and A6. RGB value is (117,251,166). Sum of RGB (Red+Green+Blue) = 117+251+166=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FBA6 is #8A0459. Grayscale: #C9C9C9. Windows color (decimal): -9045082 or 10943349. OLE color: 10943349.
HSL color Cylindrical-coordinate representation of color #75FBA6: hue angle of 141.94º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBA6 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 251 | 166 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.02 |
| HSL | 141.94º | 0.94% | 0.72% | - |
| HSV(B) | 141.94º | 0.53% | 0.98% | - |
| XYZ | 48.72 | 75.53 | 48.09 | - |
| YUV | 201.24 | 108.11 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 251 | 166 | 0.53 | 0 | 0.34 | 0.02 | 141.94 | 0.94 | 0.72 |
| Hex | 75 | FB | A6 | 35 | 0 | 22 | 2 | 8E | 5E | 48 |
| Octal | 165 | 373 | 246 | 65 | 0 | 42 | 2 | 216 | 136 | 110 |
| Binary | 1110101 | 11111011 | 10100110 | 110101 | 0 | 100010 | 10 | 10001110 | 1011110 | 1001000 |
Color Harmonies of #75FBA6
Complementary color
Monochromatic Colors of #75FBA6
Black with #75FBA6
Text Example
Text Example
White with #75FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FBA6; }
p { color: rgb(117,251,166); }
H1.HeaderClassName
{
color: #75FBA6;
}
.AnyTagClassName
{
color: #75FBA6;
}
</style>
background-color css
<style>
a { background-color: #75FBA6; }
a { background-color: rgb(117,251,166); }
div.DivClassName
{
background-color: #75FBA6;
}
.BgClassName
{
background-color: #75FBA6;
}
</style>
border-color css
<style>
span { border-color: #75FBA6; }
span { border-color: rgb(117,251,166); }
td.TdClassName
{
border-color: #75FBA6;
}
.TagClassName
{
border-color: #75FBA6;
}
</style>