Shades of Screamin' Green #75EC43
Tints of Screamin' Green #75EC43
RGB
CMYK
RGB Variations
Color information
#75EC43 (or 0x75EC43) is known color: Screamin' Green. HEX triplet: 75, EC and 43. RGB value is (117,236,67). Sum of RGB (Red+Green+Blue) = 117+236+67=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC43 is #8A13BC. Grayscale: #B5B5B5. Windows color (decimal): -9049021 or 4451445. OLE color: 4451445.
HSL color Cylindrical-coordinate representation of color #75EC43: hue angle of 102.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75EC43 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 67 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.07 |
| HSL | 102.25º | 0.82% | 0.59% | - |
| HSV(B) | 102.25º | 0.72% | 0.93% | - |
| XYZ | 38.34 | 64.18 | 15.68 | - |
| YUV | 181.15 | 63.58 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 67 | 0.50 | 0 | 0.72 | 0.07 | 102.25 | 0.82 | 0.59 |
| Hex | 75 | EC | 43 | 32 | 0 | 48 | 7 | 66 | 52 | 3B |
| Octal | 165 | 354 | 103 | 62 | 0 | 110 | 7 | 146 | 122 | 73 |
| Binary | 1110101 | 11101100 | 1000011 | 110010 | 0 | 1001000 | 111 | 1100110 | 1010010 | 111011 |
Color Harmonies of #75EC43
Complementary color
Monochromatic Colors of #75EC43
Black with #75EC43
Text Example
Text Example
White with #75EC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC43; }
p { color: rgb(117,236,67); }
H1.HeaderClassName
{
color: #75EC43;
}
.AnyTagClassName
{
color: #75EC43;
}
</style>
background-color css
<style>
a { background-color: #75EC43; }
a { background-color: rgb(117,236,67); }
div.DivClassName
{
background-color: #75EC43;
}
.BgClassName
{
background-color: #75EC43;
}
</style>
border-color css
<style>
span { border-color: #75EC43; }
span { border-color: rgb(117,236,67); }
td.TdClassName
{
border-color: #75EC43;
}
.TagClassName
{
border-color: #75EC43;
}
</style>