Shades of Yellow Green #75E031
Tints of Yellow Green #75E031
RGB
CMYK
RGB Variations
Color information
#75E031 (or 0x75E031) is known color: Yellow Green. HEX triplet: 75, E0 and 31. RGB value is (117,224,49). Sum of RGB (Red+Green+Blue) = 117+224+49=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #75E031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E031 is #8A1FCE. Grayscale: #ACACAC. Windows color (decimal): -9052111 or 3268725. OLE color: 3268725.
HSL color Cylindrical-coordinate representation of color #75E031: hue angle of 96.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75E031 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 49 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.12 |
| HSL | 96.69º | 0.74% | 0.54% | - |
| HSV(B) | 96.69º | 0.78% | 0.88% | - |
| XYZ | 34.55 | 57.31 | 12.15 | - |
| YUV | 172.06 | 58.55 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 49 | 0.48 | 0 | 0.78 | 0.12 | 96.69 | 0.74 | 0.54 |
| Hex | 75 | E0 | 31 | 30 | 0 | 4E | C | 61 | 4A | 36 |
| Octal | 165 | 340 | 61 | 60 | 0 | 116 | 14 | 141 | 112 | 66 |
| Binary | 1110101 | 11100000 | 110001 | 110000 | 0 | 1001110 | 1100 | 1100001 | 1001010 | 110110 |
Color Harmonies of #75E031
Complementary color
Monochromatic Colors of #75E031
Black with #75E031
Text Example
Text Example
White with #75E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E031; }
p { color: rgb(117,224,49); }
H1.HeaderClassName
{
color: #75E031;
}
.AnyTagClassName
{
color: #75E031;
}
</style>
background-color css
<style>
a { background-color: #75E031; }
a { background-color: rgb(117,224,49); }
div.DivClassName
{
background-color: #75E031;
}
.BgClassName
{
background-color: #75E031;
}
</style>
border-color css
<style>
span { border-color: #75E031; }
span { border-color: rgb(117,224,49); }
td.TdClassName
{
border-color: #75E031;
}
.TagClassName
{
border-color: #75E031;
}
</style>