Shades of Screamin' Green #74FB7D
Tints of Screamin' Green #74FB7D
RGB
CMYK
RGB Variations
Color information
#74FB7D (or 0x74FB7D) is known color: Screamin' Green. HEX triplet: 74, FB and 7D. RGB value is (116,251,125). Sum of RGB (Red+Green+Blue) = 116+251+125=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FB7D is #8B0482. Grayscale: #C4C4C4. Windows color (decimal): -9110659 or 8256372. OLE color: 8256372.
HSL color Cylindrical-coordinate representation of color #74FB7D: hue angle of 124º degrees, saturation: 0.94, 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 #74FB7D is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 125 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.02 |
| HSL | 124º | 0.94% | 0.72% | - |
| HSV(B) | 124º | 0.54% | 0.98% | - |
| XYZ | 45.4 | 74.19 | 31.33 | - |
| YUV | 196.27 | 87.77 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 125 | 0.54 | 0 | 0.50 | 0.02 | 124 | 0.94 | 0.72 |
| Hex | 74 | FB | 7D | 36 | 0 | 32 | 2 | 7C | 5E | 48 |
| Octal | 164 | 373 | 175 | 66 | 0 | 62 | 2 | 174 | 136 | 110 |
| Binary | 1110100 | 11111011 | 1111101 | 110110 | 0 | 110010 | 10 | 1111100 | 1011110 | 1001000 |
Color Harmonies of #74FB7D
Complementary color
Monochromatic Colors of #74FB7D
Black with #74FB7D
Text Example
Text Example
White with #74FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB7D; }
p { color: rgb(116,251,125); }
H1.HeaderClassName
{
color: #74FB7D;
}
.AnyTagClassName
{
color: #74FB7D;
}
</style>
background-color css
<style>
a { background-color: #74FB7D; }
a { background-color: rgb(116,251,125); }
div.DivClassName
{
background-color: #74FB7D;
}
.BgClassName
{
background-color: #74FB7D;
}
</style>
border-color css
<style>
span { border-color: #74FB7D; }
span { border-color: rgb(116,251,125); }
td.TdClassName
{
border-color: #74FB7D;
}
.TagClassName
{
border-color: #74FB7D;
}
</style>