Shades of Screamin' Green #75F255
Tints of Screamin' Green #75F255
RGB
CMYK
RGB Variations
Color information
#75F255 (or 0x75F255) is known color: Screamin' Green. HEX triplet: 75, F2 and 55. RGB value is (117,242,85). Sum of RGB (Red+Green+Blue) = 117+242+85=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #75F255 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F255 is #8A0DAA. Grayscale: #BBBBBB. Windows color (decimal): -9047467 or 5632629. OLE color: 5632629.
HSL color Cylindrical-coordinate representation of color #75F255: hue angle of 107.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75F255 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 85 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.05 |
| HSL | 107.77º | 0.86% | 0.64% | - |
| HSV(B) | 107.77º | 0.65% | 0.95% | - |
| XYZ | 40.73 | 67.94 | 19.56 | - |
| YUV | 186.73 | 70.59 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 85 | 0.52 | 0 | 0.65 | 0.05 | 107.77 | 0.86 | 0.64 |
| Hex | 75 | F2 | 55 | 34 | 0 | 41 | 5 | 6C | 56 | 40 |
| Octal | 165 | 362 | 125 | 64 | 0 | 101 | 5 | 154 | 126 | 100 |
| Binary | 1110101 | 11110010 | 1010101 | 110100 | 0 | 1000001 | 101 | 1101100 | 1010110 | 1000000 |
Color Harmonies of #75F255
Complementary color
Monochromatic Colors of #75F255
Black with #75F255
Text Example
Text Example
White with #75F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F255; }
p { color: rgb(117,242,85); }
H1.HeaderClassName
{
color: #75F255;
}
.AnyTagClassName
{
color: #75F255;
}
</style>
background-color css
<style>
a { background-color: #75F255; }
a { background-color: rgb(117,242,85); }
div.DivClassName
{
background-color: #75F255;
}
.BgClassName
{
background-color: #75F255;
}
</style>
border-color css
<style>
span { border-color: #75F255; }
span { border-color: rgb(117,242,85); }
td.TdClassName
{
border-color: #75F255;
}
.TagClassName
{
border-color: #75F255;
}
</style>