Shades of Screamin' Green #75FA7D
Tints of Screamin' Green #75FA7D
RGB
CMYK
RGB Variations
Color information
#75FA7D (or 0x75FA7D) is known color: Screamin' Green. HEX triplet: 75, FA and 7D. RGB value is (117,250,125). Sum of RGB (Red+Green+Blue) = 117+250+125=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FA7D is #8A0582. Grayscale: #C4C4C4. Windows color (decimal): -9045379 or 8256117. OLE color: 8256117.
HSL color Cylindrical-coordinate representation of color #75FA7D: hue angle of 123.61º 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 #75FA7D is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 125 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.02 |
| HSL | 123.61º | 0.93% | 0.72% | - |
| HSV(B) | 123.61º | 0.53% | 0.98% | - |
| XYZ | 45.22 | 73.63 | 31.23 | - |
| YUV | 195.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 125 | 0.53 | 0 | 0.50 | 0.02 | 123.61 | 0.93 | 0.72 |
| Hex | 75 | FA | 7D | 35 | 0 | 32 | 2 | 7C | 5D | 48 |
| Octal | 165 | 372 | 175 | 65 | 0 | 62 | 2 | 174 | 135 | 110 |
| Binary | 1110101 | 11111010 | 1111101 | 110101 | 0 | 110010 | 10 | 1111100 | 1011101 | 1001000 |
Color Harmonies of #75FA7D
Complementary color
Monochromatic Colors of #75FA7D
Black with #75FA7D
Text Example
Text Example
White with #75FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA7D; }
p { color: rgb(117,250,125); }
H1.HeaderClassName
{
color: #75FA7D;
}
.AnyTagClassName
{
color: #75FA7D;
}
</style>
background-color css
<style>
a { background-color: #75FA7D; }
a { background-color: rgb(117,250,125); }
div.DivClassName
{
background-color: #75FA7D;
}
.BgClassName
{
background-color: #75FA7D;
}
</style>
border-color css
<style>
span { border-color: #75FA7D; }
span { border-color: rgb(117,250,125); }
td.TdClassName
{
border-color: #75FA7D;
}
.TagClassName
{
border-color: #75FA7D;
}
</style>