Shades of Light Green #75FF9B
Tints of Light Green #75FF9B
RGB
CMYK
RGB Variations
Color information
#75FF9B (or 0x75FF9B) is known color: Light Green. HEX triplet: 75, FF and 9B. RGB value is (117,255,155). Sum of RGB (Red+Green+Blue) = 117+255+155=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF9B is #8A0064. Grayscale: #CACACA. Windows color (decimal): -9044069 or 10223477. OLE color: 10223477.
HSL color Cylindrical-coordinate representation of color #75FF9B: hue angle of 136.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FF9B is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 155 | - |
| CMYK | 0.54 | 0 | 0.39 | 0 |
| HSL | 136.52º | 1% | 0.73% | - |
| HSV(B) | 136.52º | 0.54% | 1% | - |
| XYZ | 49.01 | 77.67 | 43.42 | - |
| YUV | 202.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 155 | 0.54 | 0 | 0.39 | 0 | 136.52 | 1 | 0.73 |
| Hex | 75 | FF | 9B | 36 | 0 | 27 | 0 | 89 | 64 | 49 |
| Octal | 165 | 377 | 233 | 66 | 0 | 47 | 0 | 211 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10011011 | 110110 | 0 | 100111 | 0 | 10001001 | 1100100 | 1001001 |
Color Harmonies of #75FF9B
Complementary color
Monochromatic Colors of #75FF9B
Black with #75FF9B
Text Example
Text Example
White with #75FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF9B; }
p { color: rgb(117,255,155); }
H1.HeaderClassName
{
color: #75FF9B;
}
.AnyTagClassName
{
color: #75FF9B;
}
</style>
background-color css
<style>
a { background-color: #75FF9B; }
a { background-color: rgb(117,255,155); }
div.DivClassName
{
background-color: #75FF9B;
}
.BgClassName
{
background-color: #75FF9B;
}
</style>
border-color css
<style>
span { border-color: #75FF9B; }
span { border-color: rgb(117,255,155); }
td.TdClassName
{
border-color: #75FF9B;
}
.TagClassName
{
border-color: #75FF9B;
}
</style>