Shades of Light Green #75E694
Tints of Light Green #75E694
RGB
CMYK
RGB Variations
Color information
#75E694 (or 0x75E694) is known color: Light Green. HEX triplet: 75, E6 and 94. RGB value is (117,230,148). Sum of RGB (Red+Green+Blue) = 117+230+148=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #75E694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E694 is #8A196B. Grayscale: #BBBBBB. Windows color (decimal): -9050476 or 9758325. OLE color: 9758325.
HSL color Cylindrical-coordinate representation of color #75E694: hue angle of 136.46º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E694 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 230 | 148 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.10 |
| HSL | 136.46º | 0.69% | 0.68% | - |
| HSV(B) | 136.46º | 0.49% | 0.9% | - |
| XYZ | 40.98 | 62.51 | 37.92 | - |
| YUV | 186.87 | 106.06 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 230 | 148 | 0.49 | 0 | 0.36 | 0.10 | 136.46 | 0.69 | 0.68 |
| Hex | 75 | E6 | 94 | 31 | 0 | 24 | A | 88 | 45 | 44 |
| Octal | 165 | 346 | 224 | 61 | 0 | 44 | 12 | 210 | 105 | 104 |
| Binary | 1110101 | 11100110 | 10010100 | 110001 | 0 | 100100 | 1010 | 10001000 | 1000101 | 1000100 |
Color Harmonies of #75E694
Complementary color
Monochromatic Colors of #75E694
Black with #75E694
Text Example
Text Example
White with #75E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E694; }
p { color: rgb(117,230,148); }
H1.HeaderClassName
{
color: #75E694;
}
.AnyTagClassName
{
color: #75E694;
}
</style>
background-color css
<style>
a { background-color: #75E694; }
a { background-color: rgb(117,230,148); }
div.DivClassName
{
background-color: #75E694;
}
.BgClassName
{
background-color: #75E694;
}
</style>
border-color css
<style>
span { border-color: #75E694; }
span { border-color: rgb(117,230,148); }
td.TdClassName
{
border-color: #75E694;
}
.TagClassName
{
border-color: #75E694;
}
</style>