Shades of Screamin' Green #75FA6B
Tints of Screamin' Green #75FA6B
RGB
CMYK
RGB Variations
Color information
#75FA6B (or 0x75FA6B) is known color: Screamin' Green. HEX triplet: 75, FA and 6B. RGB value is (117,250,107). Sum of RGB (Red+Green+Blue) = 117+250+107=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FA6B is #8A0594. Grayscale: #C2C2C2. Windows color (decimal): -9045397 or 7076469. OLE color: 7076469.
HSL color Cylindrical-coordinate representation of color #75FA6B: hue angle of 115.8º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75FA6B is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 107 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.02 |
| HSL | 115.8º | 0.93% | 0.7% | - |
| HSV(B) | 115.8º | 0.57% | 0.98% | - |
| XYZ | 44.18 | 73.21 | 25.71 | - |
| YUV | 193.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 107 | 0.53 | 0 | 0.57 | 0.02 | 115.8 | 0.93 | 0.7 |
| Hex | 75 | FA | 6B | 35 | 0 | 39 | 2 | 74 | 5D | 46 |
| Octal | 165 | 372 | 153 | 65 | 0 | 71 | 2 | 164 | 135 | 106 |
| Binary | 1110101 | 11111010 | 1101011 | 110101 | 0 | 111001 | 10 | 1110100 | 1011101 | 1000110 |
Color Harmonies of #75FA6B
Complementary color
Monochromatic Colors of #75FA6B
Black with #75FA6B
Text Example
Text Example
White with #75FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA6B; }
p { color: rgb(117,250,107); }
H1.HeaderClassName
{
color: #75FA6B;
}
.AnyTagClassName
{
color: #75FA6B;
}
</style>
background-color css
<style>
a { background-color: #75FA6B; }
a { background-color: rgb(117,250,107); }
div.DivClassName
{
background-color: #75FA6B;
}
.BgClassName
{
background-color: #75FA6B;
}
</style>
border-color css
<style>
span { border-color: #75FA6B; }
span { border-color: rgb(117,250,107); }
td.TdClassName
{
border-color: #75FA6B;
}
.TagClassName
{
border-color: #75FA6B;
}
</style>