Shades of Screamin' Green #75F366
Tints of Screamin' Green #75F366
RGB
CMYK
RGB Variations
Color information
#75F366 (or 0x75F366) is known color: Screamin' Green. HEX triplet: 75, F3 and 66. RGB value is (117,243,102). Sum of RGB (Red+Green+Blue) = 117+243+102=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #75F366 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F366 is #8A0C99. Grayscale: #BDBDBD. Windows color (decimal): -9047194 or 6746997. OLE color: 6746997.
HSL color Cylindrical-coordinate representation of color #75F366: hue angle of 113.62º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75F366 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 102 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.05 |
| HSL | 113.62º | 0.85% | 0.68% | - |
| HSV(B) | 113.62º | 0.58% | 0.95% | - |
| XYZ | 41.78 | 68.84 | 23.66 | - |
| YUV | 189.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 102 | 0.52 | 0 | 0.58 | 0.05 | 113.62 | 0.85 | 0.68 |
| Hex | 75 | F3 | 66 | 34 | 0 | 3A | 5 | 72 | 55 | 44 |
| Octal | 165 | 363 | 146 | 64 | 0 | 72 | 5 | 162 | 125 | 104 |
| Binary | 1110101 | 11110011 | 1100110 | 110100 | 0 | 111010 | 101 | 1110010 | 1010101 | 1000100 |
Color Harmonies of #75F366
Complementary color
Monochromatic Colors of #75F366
Black with #75F366
Text Example
Text Example
White with #75F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F366; }
p { color: rgb(117,243,102); }
H1.HeaderClassName
{
color: #75F366;
}
.AnyTagClassName
{
color: #75F366;
}
</style>
background-color css
<style>
a { background-color: #75F366; }
a { background-color: rgb(117,243,102); }
div.DivClassName
{
background-color: #75F366;
}
.BgClassName
{
background-color: #75F366;
}
</style>
border-color css
<style>
span { border-color: #75F366; }
span { border-color: rgb(117,243,102); }
td.TdClassName
{
border-color: #75F366;
}
.TagClassName
{
border-color: #75F366;
}
</style>