Shades of Screamin' Green #75EC5D
Tints of Screamin' Green #75EC5D
RGB
CMYK
RGB Variations
Color information
#75EC5D (or 0x75EC5D) is known color: Screamin' Green. HEX triplet: 75, EC and 5D. RGB value is (117,236,93). Sum of RGB (Red+Green+Blue) = 117+236+93=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EC5D is #8A13A2. Grayscale: #B8B8B8. Windows color (decimal): -9048995 or 6155381. OLE color: 6155381.
HSL color Cylindrical-coordinate representation of color #75EC5D: hue angle of 109.93º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75EC5D is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 93 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.07 |
| HSL | 109.93º | 0.79% | 0.65% | - |
| HSV(B) | 109.93º | 0.61% | 0.93% | - |
| XYZ | 39.31 | 64.56 | 20.75 | - |
| YUV | 184.12 | 76.58 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 93 | 0.50 | 0 | 0.61 | 0.07 | 109.93 | 0.79 | 0.65 |
| Hex | 75 | EC | 5D | 32 | 0 | 3D | 7 | 6E | 4F | 41 |
| Octal | 165 | 354 | 135 | 62 | 0 | 75 | 7 | 156 | 117 | 101 |
| Binary | 1110101 | 11101100 | 1011101 | 110010 | 0 | 111101 | 111 | 1101110 | 1001111 | 1000001 |
Color Harmonies of #75EC5D
Complementary color
Monochromatic Colors of #75EC5D
Black with #75EC5D
Text Example
Text Example
White with #75EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC5D; }
p { color: rgb(117,236,93); }
H1.HeaderClassName
{
color: #75EC5D;
}
.AnyTagClassName
{
color: #75EC5D;
}
</style>
background-color css
<style>
a { background-color: #75EC5D; }
a { background-color: rgb(117,236,93); }
div.DivClassName
{
background-color: #75EC5D;
}
.BgClassName
{
background-color: #75EC5D;
}
</style>
border-color css
<style>
span { border-color: #75EC5D; }
span { border-color: rgb(117,236,93); }
td.TdClassName
{
border-color: #75EC5D;
}
.TagClassName
{
border-color: #75EC5D;
}
</style>