Shades of Light Green #75EF9D
Tints of Light Green #75EF9D
RGB
CMYK
RGB Variations
Color information
#75EF9D (or 0x75EF9D) is known color: Light Green. HEX triplet: 75, EF and 9D. RGB value is (117,239,157). Sum of RGB (Red+Green+Blue) = 117+239+157=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EF9D is #8A1062. Grayscale: #C1C1C1. Windows color (decimal): -9048163 or 10350453. OLE color: 10350453.
HSL color Cylindrical-coordinate representation of color #75EF9D: hue angle of 139.67º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EF9D is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 239 | 157 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.06 |
| HSL | 139.67º | 0.79% | 0.7% | - |
| HSV(B) | 139.67º | 0.51% | 0.94% | - |
| XYZ | 44.29 | 67.95 | 42.68 | - |
| YUV | 193.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 157 | 0.51 | 0 | 0.34 | 0.06 | 139.67 | 0.79 | 0.7 |
| Hex | 75 | EF | 9D | 33 | 0 | 22 | 6 | 8C | 4F | 46 |
| Octal | 165 | 357 | 235 | 63 | 0 | 42 | 6 | 214 | 117 | 106 |
| Binary | 1110101 | 11101111 | 10011101 | 110011 | 0 | 100010 | 110 | 10001100 | 1001111 | 1000110 |
Color Harmonies of #75EF9D
Complementary color
Monochromatic Colors of #75EF9D
Black with #75EF9D
Text Example
Text Example
White with #75EF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EF9D; }
p { color: rgb(117,239,157); }
H1.HeaderClassName
{
color: #75EF9D;
}
.AnyTagClassName
{
color: #75EF9D;
}
</style>
background-color css
<style>
a { background-color: #75EF9D; }
a { background-color: rgb(117,239,157); }
div.DivClassName
{
background-color: #75EF9D;
}
.BgClassName
{
background-color: #75EF9D;
}
</style>
border-color css
<style>
span { border-color: #75EF9D; }
span { border-color: rgb(117,239,157); }
td.TdClassName
{
border-color: #75EF9D;
}
.TagClassName
{
border-color: #75EF9D;
}
</style>