Shades of Screamin' Green #75FE68
Tints of Screamin' Green #75FE68
RGB
CMYK
RGB Variations
Color information
#75FE68 (or 0x75FE68) is known color: Screamin' Green. HEX triplet: 75, FE and 68. RGB value is (117,254,104). Sum of RGB (Red+Green+Blue) = 117+254+104=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FE68 is #8A0197. Grayscale: #C4C4C4. Windows color (decimal): -9044376 or 6880885. OLE color: 6880885.
HSL color Cylindrical-coordinate representation of color #75FE68: hue angle of 114.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75FE68 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 104 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.00 |
| HSL | 114.8º | 0.99% | 0.7% | - |
| HSV(B) | 114.8º | 0.59% | 1% | - |
| XYZ | 45.28 | 75.67 | 25.32 | - |
| YUV | 195.94 | 76.11 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 104 | 0.54 | 0 | 0.59 | 0.00 | 114.8 | 0.99 | 0.7 |
| Hex | 75 | FE | 68 | 36 | 0 | 3B | 0 | 73 | 63 | 46 |
| Octal | 165 | 376 | 150 | 66 | 0 | 73 | 0 | 163 | 143 | 106 |
| Binary | 1110101 | 11111110 | 1101000 | 110110 | 0 | 111011 | 0 | 1110011 | 1100011 | 1000110 |
Color Harmonies of #75FE68
Complementary color
Monochromatic Colors of #75FE68
Black with #75FE68
Text Example
Text Example
White with #75FE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FE68; }
p { color: rgb(117,254,104); }
H1.HeaderClassName
{
color: #75FE68;
}
.AnyTagClassName
{
color: #75FE68;
}
</style>
background-color css
<style>
a { background-color: #75FE68; }
a { background-color: rgb(117,254,104); }
div.DivClassName
{
background-color: #75FE68;
}
.BgClassName
{
background-color: #75FE68;
}
</style>
border-color css
<style>
span { border-color: #75FE68; }
span { border-color: rgb(117,254,104); }
td.TdClassName
{
border-color: #75FE68;
}
.TagClassName
{
border-color: #75FE68;
}
</style>