Shades of Light Green #75EC9A
Tints of Light Green #75EC9A
RGB
CMYK
RGB Variations
Color information
#75EC9A (or 0x75EC9A) is known color: Light Green. HEX triplet: 75, EC and 9A. RGB value is (117,236,154). Sum of RGB (Red+Green+Blue) = 117+236+154=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EC9A is #8A1365. Grayscale: #BFBFBF. Windows color (decimal): -9048934 or 10153077. OLE color: 10153077.
HSL color Cylindrical-coordinate representation of color #75EC9A: hue angle of 138.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EC9A is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 154 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.07 |
| HSL | 138.66º | 0.76% | 0.69% | - |
| HSV(B) | 138.66º | 0.5% | 0.93% | - |
| XYZ | 43.16 | 66.11 | 41.06 | - |
| YUV | 191.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 154 | 0.50 | 0 | 0.35 | 0.07 | 138.66 | 0.76 | 0.69 |
| Hex | 75 | EC | 9A | 32 | 0 | 23 | 7 | 8B | 4C | 45 |
| Octal | 165 | 354 | 232 | 62 | 0 | 43 | 7 | 213 | 114 | 105 |
| Binary | 1110101 | 11101100 | 10011010 | 110010 | 0 | 100011 | 111 | 10001011 | 1001100 | 1000101 |
Color Harmonies of #75EC9A
Complementary color
Monochromatic Colors of #75EC9A
Black with #75EC9A
Text Example
Text Example
White with #75EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC9A; }
p { color: rgb(117,236,154); }
H1.HeaderClassName
{
color: #75EC9A;
}
.AnyTagClassName
{
color: #75EC9A;
}
</style>
background-color css
<style>
a { background-color: #75EC9A; }
a { background-color: rgb(117,236,154); }
div.DivClassName
{
background-color: #75EC9A;
}
.BgClassName
{
background-color: #75EC9A;
}
</style>
border-color css
<style>
span { border-color: #75EC9A; }
span { border-color: rgb(117,236,154); }
td.TdClassName
{
border-color: #75EC9A;
}
.TagClassName
{
border-color: #75EC9A;
}
</style>