Shades of Screamin' Green #75E94A
Tints of Screamin' Green #75E94A
RGB
CMYK
RGB Variations
Color information
#75E94A (or 0x75E94A) is known color: Screamin' Green. HEX triplet: 75, E9 and 4A. RGB value is (117,233,74). Sum of RGB (Red+Green+Blue) = 117+233+74=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #75E94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E94A is #8A16B5. Grayscale: #B4B4B4. Windows color (decimal): -9049782 or 4909429. OLE color: 4909429.
HSL color Cylindrical-coordinate representation of color #75E94A: hue angle of 103.77º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75E94A is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 233 | 74 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.09 |
| HSL | 103.77º | 0.78% | 0.6% | - |
| HSV(B) | 103.77º | 0.68% | 0.91% | - |
| XYZ | 37.71 | 62.55 | 16.57 | - |
| YUV | 180.19 | 68.07 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 233 | 74 | 0.50 | 0 | 0.68 | 0.09 | 103.77 | 0.78 | 0.6 |
| Hex | 75 | E9 | 4A | 32 | 0 | 44 | 9 | 68 | 4E | 3C |
| Octal | 165 | 351 | 112 | 62 | 0 | 104 | 11 | 150 | 116 | 74 |
| Binary | 1110101 | 11101001 | 1001010 | 110010 | 0 | 1000100 | 1001 | 1101000 | 1001110 | 111100 |
Color Harmonies of #75E94A
Complementary color
Monochromatic Colors of #75E94A
Black with #75E94A
Text Example
Text Example
White with #75E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E94A; }
p { color: rgb(117,233,74); }
H1.HeaderClassName
{
color: #75E94A;
}
.AnyTagClassName
{
color: #75E94A;
}
</style>
background-color css
<style>
a { background-color: #75E94A; }
a { background-color: rgb(117,233,74); }
div.DivClassName
{
background-color: #75E94A;
}
.BgClassName
{
background-color: #75E94A;
}
</style>
border-color css
<style>
span { border-color: #75E94A; }
span { border-color: rgb(117,233,74); }
td.TdClassName
{
border-color: #75E94A;
}
.TagClassName
{
border-color: #75E94A;
}
</style>