Shades of Screamin' Green #75F551
Tints of Screamin' Green #75F551
RGB
CMYK
RGB Variations
Color information
#75F551 (or 0x75F551) is known color: Screamin' Green. HEX triplet: 75, F5 and 51. RGB value is (117,245,81). Sum of RGB (Red+Green+Blue) = 117+245+81=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #75F551 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F551 is #8A0AAE. Grayscale: #BCBCBC. Windows color (decimal): -9046703 or 5371253. OLE color: 5371253.
HSL color Cylindrical-coordinate representation of color #75F551: hue angle of 106.83º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75F551 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 245 | 81 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.04 |
| HSL | 106.83º | 0.89% | 0.64% | - |
| HSV(B) | 106.83º | 0.67% | 0.96% | - |
| XYZ | 41.47 | 69.68 | 19.05 | - |
| YUV | 188.03 | 67.59 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 245 | 81 | 0.52 | 0 | 0.67 | 0.04 | 106.83 | 0.89 | 0.64 |
| Hex | 75 | F5 | 51 | 34 | 0 | 43 | 4 | 6B | 59 | 40 |
| Octal | 165 | 365 | 121 | 64 | 0 | 103 | 4 | 153 | 131 | 100 |
| Binary | 1110101 | 11110101 | 1010001 | 110100 | 0 | 1000011 | 100 | 1101011 | 1011001 | 1000000 |
Color Harmonies of #75F551
Complementary color
Monochromatic Colors of #75F551
Black with #75F551
Text Example
Text Example
White with #75F551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F551; }
p { color: rgb(117,245,81); }
H1.HeaderClassName
{
color: #75F551;
}
.AnyTagClassName
{
color: #75F551;
}
</style>
background-color css
<style>
a { background-color: #75F551; }
a { background-color: rgb(117,245,81); }
div.DivClassName
{
background-color: #75F551;
}
.BgClassName
{
background-color: #75F551;
}
</style>
border-color css
<style>
span { border-color: #75F551; }
span { border-color: rgb(117,245,81); }
td.TdClassName
{
border-color: #75F551;
}
.TagClassName
{
border-color: #75F551;
}
</style>