Shades of Screamin' Green #75EC4A
Tints of Screamin' Green #75EC4A
RGB
CMYK
RGB Variations
Color information
#75EC4A (or 0x75EC4A) is known color: Screamin' Green. HEX triplet: 75, EC and 4A. RGB value is (117,236,74). Sum of RGB (Red+Green+Blue) = 117+236+74=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC4A is #8A13B5. Grayscale: #B6B6B6. Windows color (decimal): -9049014 or 4910197. OLE color: 4910197.
HSL color Cylindrical-coordinate representation of color #75EC4A: hue angle of 104.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75EC4A is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 74 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.07 |
| HSL | 104.07º | 0.81% | 0.61% | - |
| HSV(B) | 104.07º | 0.69% | 0.93% | - |
| XYZ | 38.57 | 64.27 | 16.85 | - |
| YUV | 181.95 | 67.08 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 74 | 0.50 | 0 | 0.69 | 0.07 | 104.07 | 0.81 | 0.61 |
| Hex | 75 | EC | 4A | 32 | 0 | 45 | 7 | 68 | 51 | 3D |
| Octal | 165 | 354 | 112 | 62 | 0 | 105 | 7 | 150 | 121 | 75 |
| Binary | 1110101 | 11101100 | 1001010 | 110010 | 0 | 1000101 | 111 | 1101000 | 1010001 | 111101 |
Color Harmonies of #75EC4A
Complementary color
Monochromatic Colors of #75EC4A
Black with #75EC4A
Text Example
Text Example
White with #75EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC4A; }
p { color: rgb(117,236,74); }
H1.HeaderClassName
{
color: #75EC4A;
}
.AnyTagClassName
{
color: #75EC4A;
}
</style>
background-color css
<style>
a { background-color: #75EC4A; }
a { background-color: rgb(117,236,74); }
div.DivClassName
{
background-color: #75EC4A;
}
.BgClassName
{
background-color: #75EC4A;
}
</style>
border-color css
<style>
span { border-color: #75EC4A; }
span { border-color: rgb(117,236,74); }
td.TdClassName
{
border-color: #75EC4A;
}
.TagClassName
{
border-color: #75EC4A;
}
</style>