Shades of Screamin' Green #75FE41
Tints of Screamin' Green #75FE41
RGB
CMYK
RGB Variations
Color information
#75FE41 (or 0x75FE41) is known color: Screamin' Green. HEX triplet: 75, FE and 41. RGB value is (117,254,65). Sum of RGB (Red+Green+Blue) = 117+254+65=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FE41 is #8A01BE. Grayscale: #C0C0C0. Windows color (decimal): -9044415 or 4324981. OLE color: 4324981.
HSL color Cylindrical-coordinate representation of color #75FE41: hue angle of 103.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75FE41 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 65 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.00 |
| HSL | 103.49º | 0.99% | 0.63% | - |
| HSV(B) | 103.49º | 0.74% | 1% | - |
| XYZ | 43.73 | 75.05 | 17.18 | - |
| YUV | 191.49 | 56.61 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 65 | 0.54 | 0 | 0.74 | 0.00 | 103.49 | 0.99 | 0.63 |
| Hex | 75 | FE | 41 | 36 | 0 | 4A | 0 | 67 | 63 | 3F |
| Octal | 165 | 376 | 101 | 66 | 0 | 112 | 0 | 147 | 143 | 77 |
| Binary | 1110101 | 11111110 | 1000001 | 110110 | 0 | 1001010 | 0 | 1100111 | 1100011 | 111111 |
Color Harmonies of #75FE41
Complementary color
Monochromatic Colors of #75FE41
Black with #75FE41
Text Example
Text Example
White with #75FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FE41; }
p { color: rgb(117,254,65); }
H1.HeaderClassName
{
color: #75FE41;
}
.AnyTagClassName
{
color: #75FE41;
}
</style>
background-color css
<style>
a { background-color: #75FE41; }
a { background-color: rgb(117,254,65); }
div.DivClassName
{
background-color: #75FE41;
}
.BgClassName
{
background-color: #75FE41;
}
</style>
border-color css
<style>
span { border-color: #75FE41; }
span { border-color: rgb(117,254,65); }
td.TdClassName
{
border-color: #75FE41;
}
.TagClassName
{
border-color: #75FE41;
}
</style>