Shades of Screamin' Green #75F76A
Tints of Screamin' Green #75F76A
RGB
CMYK
RGB Variations
Color information
#75F76A (or 0x75F76A) is known color: Screamin' Green. HEX triplet: 75, F7 and 6A. RGB value is (117,247,106). Sum of RGB (Red+Green+Blue) = 117+247+106=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #75F76A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F76A is #8A0895. Grayscale: #C0C0C0. Windows color (decimal): -9046166 or 7010165. OLE color: 7010165.
HSL color Cylindrical-coordinate representation of color #75F76A: hue angle of 115.32º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75F76A is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 247 | 106 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.03 |
| HSL | 115.32º | 0.9% | 0.69% | - |
| HSV(B) | 115.32º | 0.57% | 0.97% | - |
| XYZ | 43.2 | 71.34 | 25.13 | - |
| YUV | 192.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 247 | 106 | 0.53 | 0 | 0.57 | 0.03 | 115.32 | 0.9 | 0.69 |
| Hex | 75 | F7 | 6A | 35 | 0 | 39 | 3 | 73 | 5A | 45 |
| Octal | 165 | 367 | 152 | 65 | 0 | 71 | 3 | 163 | 132 | 105 |
| Binary | 1110101 | 11110111 | 1101010 | 110101 | 0 | 111001 | 11 | 1110011 | 1011010 | 1000101 |
Color Harmonies of #75F76A
Complementary color
Monochromatic Colors of #75F76A
Black with #75F76A
Text Example
Text Example
White with #75F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F76A; }
p { color: rgb(117,247,106); }
H1.HeaderClassName
{
color: #75F76A;
}
.AnyTagClassName
{
color: #75F76A;
}
</style>
background-color css
<style>
a { background-color: #75F76A; }
a { background-color: rgb(117,247,106); }
div.DivClassName
{
background-color: #75F76A;
}
.BgClassName
{
background-color: #75F76A;
}
</style>
border-color css
<style>
span { border-color: #75F76A; }
span { border-color: rgb(117,247,106); }
td.TdClassName
{
border-color: #75F76A;
}
.TagClassName
{
border-color: #75F76A;
}
</style>