Shades of Light Green #75FB8C
Tints of Light Green #75FB8C
RGB
CMYK
RGB Variations
Color information
#75FB8C (or 0x75FB8C) is known color: Light Green. HEX triplet: 75, FB and 8C. RGB value is (117,251,140). Sum of RGB (Red+Green+Blue) = 117+251+140=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #75FB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FB8C is #8A0473. Grayscale: #C6C6C6. Windows color (decimal): -9045108 or 9239413. OLE color: 9239413.
HSL color Cylindrical-coordinate representation of color #75FB8C: hue angle of 130.3º 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 #75FB8C is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 251 | 140 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.02 |
| HSL | 130.3º | 0.94% | 0.72% | - |
| HSV(B) | 130.3º | 0.53% | 0.98% | - |
| XYZ | 46.57 | 74.67 | 36.77 | - |
| YUV | 198.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 251 | 140 | 0.53 | 0 | 0.44 | 0.02 | 130.3 | 0.94 | 0.72 |
| Hex | 75 | FB | 8C | 35 | 0 | 2C | 2 | 82 | 5E | 48 |
| Octal | 165 | 373 | 214 | 65 | 0 | 54 | 2 | 202 | 136 | 110 |
| Binary | 1110101 | 11111011 | 10001100 | 110101 | 0 | 101100 | 10 | 10000010 | 1011110 | 1001000 |
Color Harmonies of #75FB8C
Complementary color
Monochromatic Colors of #75FB8C
Black with #75FB8C
Text Example
Text Example
White with #75FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FB8C; }
p { color: rgb(117,251,140); }
H1.HeaderClassName
{
color: #75FB8C;
}
.AnyTagClassName
{
color: #75FB8C;
}
</style>
background-color css
<style>
a { background-color: #75FB8C; }
a { background-color: rgb(117,251,140); }
div.DivClassName
{
background-color: #75FB8C;
}
.BgClassName
{
background-color: #75FB8C;
}
</style>
border-color css
<style>
span { border-color: #75FB8C; }
span { border-color: rgb(117,251,140); }
td.TdClassName
{
border-color: #75FB8C;
}
.TagClassName
{
border-color: #75FB8C;
}
</style>