Shades of Screamin' Green #75FA7C
Tints of Screamin' Green #75FA7C
RGB
CMYK
RGB Variations
Color information
#75FA7C (or 0x75FA7C) is known color: Screamin' Green. HEX triplet: 75, FA and 7C. RGB value is (117,250,124). Sum of RGB (Red+Green+Blue) = 117+250+124=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FA7C is #8A0583. Grayscale: #C4C4C4. Windows color (decimal): -9045380 or 8190581. OLE color: 8190581.
HSL color Cylindrical-coordinate representation of color #75FA7C: hue angle of 123.16º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FA7C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 124 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.02 |
| HSL | 123.16º | 0.93% | 0.72% | - |
| HSV(B) | 123.16º | 0.53% | 0.98% | - |
| XYZ | 45.16 | 73.61 | 30.9 | - |
| YUV | 195.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 124 | 0.53 | 0 | 0.50 | 0.02 | 123.16 | 0.93 | 0.72 |
| Hex | 75 | FA | 7C | 35 | 0 | 32 | 2 | 7B | 5D | 48 |
| Octal | 165 | 372 | 174 | 65 | 0 | 62 | 2 | 173 | 135 | 110 |
| Binary | 1110101 | 11111010 | 1111100 | 110101 | 0 | 110010 | 10 | 1111011 | 1011101 | 1001000 |
Color Harmonies of #75FA7C
Complementary color
Monochromatic Colors of #75FA7C
Black with #75FA7C
Text Example
Text Example
White with #75FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA7C; }
p { color: rgb(117,250,124); }
H1.HeaderClassName
{
color: #75FA7C;
}
.AnyTagClassName
{
color: #75FA7C;
}
</style>
background-color css
<style>
a { background-color: #75FA7C; }
a { background-color: rgb(117,250,124); }
div.DivClassName
{
background-color: #75FA7C;
}
.BgClassName
{
background-color: #75FA7C;
}
</style>
border-color css
<style>
span { border-color: #75FA7C; }
span { border-color: rgb(117,250,124); }
td.TdClassName
{
border-color: #75FA7C;
}
.TagClassName
{
border-color: #75FA7C;
}
</style>