Shades of Screamin' Green #75FF49
Tints of Screamin' Green #75FF49
RGB
CMYK
RGB Variations
Color information
#75FF49 (or 0x75FF49) is known color: Screamin' Green. HEX triplet: 75, FF and 49. RGB value is (117,255,73). Sum of RGB (Red+Green+Blue) = 117+255+73=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF49 is #8A00B6. Grayscale: #C1C1C1. Windows color (decimal): -9044151 or 4849525. OLE color: 4849525.
HSL color Cylindrical-coordinate representation of color #75FF49: hue angle of 105.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75FF49 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 73 | - |
| CMYK | 0.54 | 0 | 0.71 | 0 |
| HSL | 105.49º | 1% | 0.64% | - |
| HSV(B) | 105.49º | 0.71% | 1% | - |
| XYZ | 44.3 | 75.78 | 18.6 | - |
| YUV | 192.99 | 60.28 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 73 | 0.54 | 0 | 0.71 | 0 | 105.49 | 1 | 0.64 |
| Hex | 75 | FF | 49 | 36 | 0 | 47 | 0 | 69 | 64 | 40 |
| Octal | 165 | 377 | 111 | 66 | 0 | 107 | 0 | 151 | 144 | 100 |
| Binary | 1110101 | 11111111 | 1001001 | 110110 | 0 | 1000111 | 0 | 1101001 | 1100100 | 1000000 |
Color Harmonies of #75FF49
Complementary color
Monochromatic Colors of #75FF49
Black with #75FF49
Text Example
Text Example
White with #75FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF49; }
p { color: rgb(117,255,73); }
H1.HeaderClassName
{
color: #75FF49;
}
.AnyTagClassName
{
color: #75FF49;
}
</style>
background-color css
<style>
a { background-color: #75FF49; }
a { background-color: rgb(117,255,73); }
div.DivClassName
{
background-color: #75FF49;
}
.BgClassName
{
background-color: #75FF49;
}
</style>
border-color css
<style>
span { border-color: #75FF49; }
span { border-color: rgb(117,255,73); }
td.TdClassName
{
border-color: #75FF49;
}
.TagClassName
{
border-color: #75FF49;
}
</style>