Shades of Light Green #75FBA2
Tints of Light Green #75FBA2
RGB
CMYK
RGB Variations
Color information
#75FBA2 (or 0x75FBA2) is known color: Light Green. HEX triplet: 75, FB and A2. RGB value is (117,251,162). Sum of RGB (Red+Green+Blue) = 117+251+162=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FBA2 is #8A045D. Grayscale: #C9C9C9. Windows color (decimal): -9045086 or 10681205. OLE color: 10681205.
HSL color Cylindrical-coordinate representation of color #75FBA2: hue angle of 140.15º 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 #75FBA2 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 251 | 162 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.02 |
| HSL | 140.15º | 0.94% | 0.72% | - |
| HSV(B) | 140.15º | 0.53% | 0.98% | - |
| XYZ | 48.35 | 75.38 | 46.18 | - |
| YUV | 200.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 251 | 162 | 0.53 | 0 | 0.35 | 0.02 | 140.15 | 0.94 | 0.72 |
| Hex | 75 | FB | A2 | 35 | 0 | 23 | 2 | 8C | 5E | 48 |
| Octal | 165 | 373 | 242 | 65 | 0 | 43 | 2 | 214 | 136 | 110 |
| Binary | 1110101 | 11111011 | 10100010 | 110101 | 0 | 100011 | 10 | 10001100 | 1011110 | 1001000 |
Color Harmonies of #75FBA2
Complementary color
Monochromatic Colors of #75FBA2
Black with #75FBA2
Text Example
Text Example
White with #75FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FBA2; }
p { color: rgb(117,251,162); }
H1.HeaderClassName
{
color: #75FBA2;
}
.AnyTagClassName
{
color: #75FBA2;
}
</style>
background-color css
<style>
a { background-color: #75FBA2; }
a { background-color: rgb(117,251,162); }
div.DivClassName
{
background-color: #75FBA2;
}
.BgClassName
{
background-color: #75FBA2;
}
</style>
border-color css
<style>
span { border-color: #75FBA2; }
span { border-color: rgb(117,251,162); }
td.TdClassName
{
border-color: #75FBA2;
}
.TagClassName
{
border-color: #75FBA2;
}
</style>