Shades of Screamin' Green #74FA7D
Tints of Screamin' Green #74FA7D
RGB
CMYK
RGB Variations
Color information
#74FA7D (or 0x74FA7D) is known color: Screamin' Green. HEX triplet: 74, FA and 7D. RGB value is (116,250,125). Sum of RGB (Red+Green+Blue) = 116+250+125=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA7D is #8B0582. Grayscale: #C4C4C4. Windows color (decimal): -9110915 or 8256116. OLE color: 8256116.
HSL color Cylindrical-coordinate representation of color #74FA7D: hue angle of 124.03º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FA7D is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 125 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.02 |
| HSL | 124.03º | 0.93% | 0.72% | - |
| HSV(B) | 124.03º | 0.54% | 0.98% | - |
| XYZ | 45.09 | 73.56 | 31.23 | - |
| YUV | 195.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 125 | 0.54 | 0 | 0.50 | 0.02 | 124.03 | 0.93 | 0.72 |
| Hex | 74 | FA | 7D | 36 | 0 | 32 | 2 | 7C | 5D | 48 |
| Octal | 164 | 372 | 175 | 66 | 0 | 62 | 2 | 174 | 135 | 110 |
| Binary | 1110100 | 11111010 | 1111101 | 110110 | 0 | 110010 | 10 | 1111100 | 1011101 | 1001000 |
Color Harmonies of #74FA7D
Complementary color
Monochromatic Colors of #74FA7D
Black with #74FA7D
Text Example
Text Example
White with #74FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA7D; }
p { color: rgb(116,250,125); }
H1.HeaderClassName
{
color: #74FA7D;
}
.AnyTagClassName
{
color: #74FA7D;
}
</style>
background-color css
<style>
a { background-color: #74FA7D; }
a { background-color: rgb(116,250,125); }
div.DivClassName
{
background-color: #74FA7D;
}
.BgClassName
{
background-color: #74FA7D;
}
</style>
border-color css
<style>
span { border-color: #74FA7D; }
span { border-color: rgb(116,250,125); }
td.TdClassName
{
border-color: #74FA7D;
}
.TagClassName
{
border-color: #74FA7D;
}
</style>