Shades of Screamin' Green #75FF74
Tints of Screamin' Green #75FF74
RGB
CMYK
RGB Variations
Color information
#75FF74 (or 0x75FF74) is known color: Screamin' Green. HEX triplet: 75, FF and 74. RGB value is (117,255,116). Sum of RGB (Red+Green+Blue) = 117+255+116=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FF74 is #8A008B. Grayscale: #C6C6C6. Windows color (decimal): -9044108 or 7667573. OLE color: 7667573.
HSL color Cylindrical-coordinate representation of color #75FF74: hue angle of 119.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75FF74 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 116 | - |
| CMYK | 0.54 | 0 | 0.55 | 0 |
| HSL | 119.57º | 1% | 0.73% | - |
| HSV(B) | 119.57º | 0.55% | 1% | - |
| XYZ | 46.25 | 76.56 | 28.86 | - |
| YUV | 197.89 | 81.78 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 116 | 0.54 | 0 | 0.55 | 0 | 119.57 | 1 | 0.73 |
| Hex | 75 | FF | 74 | 36 | 0 | 37 | 0 | 78 | 64 | 49 |
| Octal | 165 | 377 | 164 | 66 | 0 | 67 | 0 | 170 | 144 | 111 |
| Binary | 1110101 | 11111111 | 1110100 | 110110 | 0 | 110111 | 0 | 1111000 | 1100100 | 1001001 |
Color Harmonies of #75FF74
Complementary color
Monochromatic Colors of #75FF74
Black with #75FF74
Text Example
Text Example
White with #75FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF74; }
p { color: rgb(117,255,116); }
H1.HeaderClassName
{
color: #75FF74;
}
.AnyTagClassName
{
color: #75FF74;
}
</style>
background-color css
<style>
a { background-color: #75FF74; }
a { background-color: rgb(117,255,116); }
div.DivClassName
{
background-color: #75FF74;
}
.BgClassName
{
background-color: #75FF74;
}
</style>
border-color css
<style>
span { border-color: #75FF74; }
span { border-color: rgb(117,255,116); }
td.TdClassName
{
border-color: #75FF74;
}
.TagClassName
{
border-color: #75FF74;
}
</style>