Shades of Screamin' Green #75F256
Tints of Screamin' Green #75F256
RGB
CMYK
RGB Variations
Color information
#75F256 (or 0x75F256) is known color: Screamin' Green. HEX triplet: 75, F2 and 56. RGB value is (117,242,86). Sum of RGB (Red+Green+Blue) = 117+242+86=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #75F256 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F256 is #8A0DA9. Grayscale: #BBBBBB. Windows color (decimal): -9047466 or 5698165. OLE color: 5698165.
HSL color Cylindrical-coordinate representation of color #75F256: hue angle of 108.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75F256 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 86 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.05 |
| HSL | 108.08º | 0.86% | 0.64% | - |
| HSV(B) | 108.08º | 0.64% | 0.95% | - |
| XYZ | 40.77 | 67.96 | 19.77 | - |
| YUV | 186.84 | 71.09 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 86 | 0.52 | 0 | 0.64 | 0.05 | 108.08 | 0.86 | 0.64 |
| Hex | 75 | F2 | 56 | 34 | 0 | 40 | 5 | 6C | 56 | 40 |
| Octal | 165 | 362 | 126 | 64 | 0 | 100 | 5 | 154 | 126 | 100 |
| Binary | 1110101 | 11110010 | 1010110 | 110100 | 0 | 1000000 | 101 | 1101100 | 1010110 | 1000000 |
Color Harmonies of #75F256
Complementary color
Monochromatic Colors of #75F256
Black with #75F256
Text Example
Text Example
White with #75F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F256; }
p { color: rgb(117,242,86); }
H1.HeaderClassName
{
color: #75F256;
}
.AnyTagClassName
{
color: #75F256;
}
</style>
background-color css
<style>
a { background-color: #75F256; }
a { background-color: rgb(117,242,86); }
div.DivClassName
{
background-color: #75F256;
}
.BgClassName
{
background-color: #75F256;
}
</style>
border-color css
<style>
span { border-color: #75F256; }
span { border-color: rgb(117,242,86); }
td.TdClassName
{
border-color: #75F256;
}
.TagClassName
{
border-color: #75F256;
}
</style>