Shades of Light Green #75E397
Tints of Light Green #75E397
RGB
CMYK
RGB Variations
Color information
#75E397 (or 0x75E397) is known color: Light Green. HEX triplet: 75, E3 and 97. RGB value is (117,227,151). Sum of RGB (Red+Green+Blue) = 117+227+151=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #75E397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E397 is #8A1C68. Grayscale: #B9B9B9. Windows color (decimal): -9051241 or 9954165. OLE color: 9954165.
HSL color Cylindrical-coordinate representation of color #75E397: hue angle of 138.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E397 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 151 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.11 |
| HSL | 138.55º | 0.66% | 0.67% | - |
| HSV(B) | 138.55º | 0.48% | 0.89% | - |
| XYZ | 40.39 | 60.95 | 38.91 | - |
| YUV | 185.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 151 | 0.48 | 0 | 0.33 | 0.11 | 138.55 | 0.66 | 0.67 |
| Hex | 75 | E3 | 97 | 30 | 0 | 21 | B | 8B | 42 | 43 |
| Octal | 165 | 343 | 227 | 60 | 0 | 41 | 13 | 213 | 102 | 103 |
| Binary | 1110101 | 11100011 | 10010111 | 110000 | 0 | 100001 | 1011 | 10001011 | 1000010 | 1000011 |
Color Harmonies of #75E397
Complementary color
Monochromatic Colors of #75E397
Black with #75E397
Text Example
Text Example
White with #75E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E397; }
p { color: rgb(117,227,151); }
H1.HeaderClassName
{
color: #75E397;
}
.AnyTagClassName
{
color: #75E397;
}
</style>
background-color css
<style>
a { background-color: #75E397; }
a { background-color: rgb(117,227,151); }
div.DivClassName
{
background-color: #75E397;
}
.BgClassName
{
background-color: #75E397;
}
</style>
border-color css
<style>
span { border-color: #75E397; }
span { border-color: rgb(117,227,151); }
td.TdClassName
{
border-color: #75E397;
}
.TagClassName
{
border-color: #75E397;
}
</style>