Shades of Screamin' Green #75FE73
Tints of Screamin' Green #75FE73
RGB
CMYK
RGB Variations
Color information
#75FE73 (or 0x75FE73) is known color: Screamin' Green. HEX triplet: 75, FE and 73. RGB value is (117,254,115). Sum of RGB (Red+Green+Blue) = 117+254+115=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FE73 is #8A018C. Grayscale: #C5C5C5. Windows color (decimal): -9044365 or 7601781. OLE color: 7601781.
HSL color Cylindrical-coordinate representation of color #75FE73: hue angle of 119.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75FE73 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 115 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.00 |
| HSL | 119.14º | 0.99% | 0.72% | - |
| HSV(B) | 119.14º | 0.55% | 1% | - |
| XYZ | 45.87 | 75.9 | 28.45 | - |
| YUV | 197.19 | 81.61 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 115 | 0.54 | 0 | 0.55 | 0.00 | 119.14 | 0.99 | 0.72 |
| Hex | 75 | FE | 73 | 36 | 0 | 37 | 0 | 77 | 63 | 48 |
| Octal | 165 | 376 | 163 | 66 | 0 | 67 | 0 | 167 | 143 | 110 |
| Binary | 1110101 | 11111110 | 1110011 | 110110 | 0 | 110111 | 0 | 1110111 | 1100011 | 1001000 |
Color Harmonies of #75FE73
Complementary color
Monochromatic Colors of #75FE73
Black with #75FE73
Text Example
Text Example
White with #75FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FE73; }
p { color: rgb(117,254,115); }
H1.HeaderClassName
{
color: #75FE73;
}
.AnyTagClassName
{
color: #75FE73;
}
</style>
background-color css
<style>
a { background-color: #75FE73; }
a { background-color: rgb(117,254,115); }
div.DivClassName
{
background-color: #75FE73;
}
.BgClassName
{
background-color: #75FE73;
}
</style>
border-color css
<style>
span { border-color: #75FE73; }
span { border-color: rgb(117,254,115); }
td.TdClassName
{
border-color: #75FE73;
}
.TagClassName
{
border-color: #75FE73;
}
</style>