Shades of Screamin' Green #75FF43
Tints of Screamin' Green #75FF43
RGB
CMYK
RGB Variations
Color information
#75FF43 (or 0x75FF43) is known color: Screamin' Green. HEX triplet: 75, FF and 43. RGB value is (117,255,67). Sum of RGB (Red+Green+Blue) = 117+255+67=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF43 is #8A00BC. Grayscale: #C0C0C0. Windows color (decimal): -9044157 or 4456309. OLE color: 4456309.
HSL color Cylindrical-coordinate representation of color #75FF43: hue angle of 104.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75FF43 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 67 | - |
| CMYK | 0.54 | 0 | 0.74 | 0 |
| HSL | 104.04º | 1% | 0.63% | - |
| HSV(B) | 104.04º | 0.74% | 1% | - |
| XYZ | 44.11 | 75.71 | 17.6 | - |
| YUV | 192.31 | 57.28 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 67 | 0.54 | 0 | 0.74 | 0 | 104.04 | 1 | 0.63 |
| Hex | 75 | FF | 43 | 36 | 0 | 4A | 0 | 68 | 64 | 3F |
| Octal | 165 | 377 | 103 | 66 | 0 | 112 | 0 | 150 | 144 | 77 |
| Binary | 1110101 | 11111111 | 1000011 | 110110 | 0 | 1001010 | 0 | 1101000 | 1100100 | 111111 |
Color Harmonies of #75FF43
Complementary color
Monochromatic Colors of #75FF43
Black with #75FF43
Text Example
Text Example
White with #75FF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF43; }
p { color: rgb(117,255,67); }
H1.HeaderClassName
{
color: #75FF43;
}
.AnyTagClassName
{
color: #75FF43;
}
</style>
background-color css
<style>
a { background-color: #75FF43; }
a { background-color: rgb(117,255,67); }
div.DivClassName
{
background-color: #75FF43;
}
.BgClassName
{
background-color: #75FF43;
}
</style>
border-color css
<style>
span { border-color: #75FF43; }
span { border-color: rgb(117,255,67); }
td.TdClassName
{
border-color: #75FF43;
}
.TagClassName
{
border-color: #75FF43;
}
</style>