Shades of Screamin' Green #75EC44
Tints of Screamin' Green #75EC44
RGB
CMYK
RGB Variations
Color information
#75EC44 (or 0x75EC44) is known color: Screamin' Green. HEX triplet: 75, EC and 44. RGB value is (117,236,68). Sum of RGB (Red+Green+Blue) = 117+236+68=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC44 is #8A13BB. Grayscale: #B5B5B5. Windows color (decimal): -9049020 or 4516981. OLE color: 4516981.
HSL color Cylindrical-coordinate representation of color #75EC44: hue angle of 102.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75EC44 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 68 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.07 |
| HSL | 102.5º | 0.82% | 0.6% | - |
| HSV(B) | 102.5º | 0.71% | 0.93% | - |
| XYZ | 38.37 | 64.19 | 15.84 | - |
| YUV | 181.27 | 64.08 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 68 | 0.50 | 0 | 0.71 | 0.07 | 102.5 | 0.82 | 0.6 |
| Hex | 75 | EC | 44 | 32 | 0 | 47 | 7 | 66 | 52 | 3C |
| Octal | 165 | 354 | 104 | 62 | 0 | 107 | 7 | 146 | 122 | 74 |
| Binary | 1110101 | 11101100 | 1000100 | 110010 | 0 | 1000111 | 111 | 1100110 | 1010010 | 111100 |
Color Harmonies of #75EC44
Complementary color
Monochromatic Colors of #75EC44
Black with #75EC44
Text Example
Text Example
White with #75EC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC44; }
p { color: rgb(117,236,68); }
H1.HeaderClassName
{
color: #75EC44;
}
.AnyTagClassName
{
color: #75EC44;
}
</style>
background-color css
<style>
a { background-color: #75EC44; }
a { background-color: rgb(117,236,68); }
div.DivClassName
{
background-color: #75EC44;
}
.BgClassName
{
background-color: #75EC44;
}
</style>
border-color css
<style>
span { border-color: #75EC44; }
span { border-color: rgb(117,236,68); }
td.TdClassName
{
border-color: #75EC44;
}
.TagClassName
{
border-color: #75EC44;
}
</style>