Shades of Screamin' Green #75EE53
Tints of Screamin' Green #75EE53
RGB
CMYK
RGB Variations
Color information
#75EE53 (or 0x75EE53) is known color: Screamin' Green. HEX triplet: 75, EE and 53. RGB value is (117,238,83). Sum of RGB (Red+Green+Blue) = 117+238+83=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EE53 is #8A11AC. Grayscale: #B8B8B8. Windows color (decimal): -9048493 or 5500533. OLE color: 5500533.
HSL color Cylindrical-coordinate representation of color #75EE53: hue angle of 106.84º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75EE53 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 238 | 83 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.07 |
| HSL | 106.84º | 0.82% | 0.63% | - |
| HSV(B) | 106.84º | 0.65% | 0.93% | - |
| XYZ | 39.47 | 65.56 | 18.76 | - |
| YUV | 184.15 | 70.91 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 238 | 83 | 0.51 | 0 | 0.65 | 0.07 | 106.84 | 0.82 | 0.63 |
| Hex | 75 | EE | 53 | 33 | 0 | 41 | 7 | 6B | 52 | 3F |
| Octal | 165 | 356 | 123 | 63 | 0 | 101 | 7 | 153 | 122 | 77 |
| Binary | 1110101 | 11101110 | 1010011 | 110011 | 0 | 1000001 | 111 | 1101011 | 1010010 | 111111 |
Color Harmonies of #75EE53
Complementary color
Monochromatic Colors of #75EE53
Black with #75EE53
Text Example
Text Example
White with #75EE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EE53; }
p { color: rgb(117,238,83); }
H1.HeaderClassName
{
color: #75EE53;
}
.AnyTagClassName
{
color: #75EE53;
}
</style>
background-color css
<style>
a { background-color: #75EE53; }
a { background-color: rgb(117,238,83); }
div.DivClassName
{
background-color: #75EE53;
}
.BgClassName
{
background-color: #75EE53;
}
</style>
border-color css
<style>
span { border-color: #75EE53; }
span { border-color: rgb(117,238,83); }
td.TdClassName
{
border-color: #75EE53;
}
.TagClassName
{
border-color: #75EE53;
}
</style>