Shades of Screamin' Green #74F24D
Tints of Screamin' Green #74F24D
RGB
CMYK
RGB Variations
Color information
#74F24D (or 0x74F24D) is known color: Screamin' Green. HEX triplet: 74, F2 and 4D. RGB value is (116,242,77). Sum of RGB (Red+Green+Blue) = 116+242+77=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #74F24D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F24D is #8B0DB2. Grayscale: #BABABA. Windows color (decimal): -9113011 or 5108340. OLE color: 5108340.
HSL color Cylindrical-coordinate representation of color #74F24D: hue angle of 105.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74F24D is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 77 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.05 |
| HSL | 105.82º | 0.86% | 0.63% | - |
| HSV(B) | 105.82º | 0.68% | 0.95% | - |
| XYZ | 40.29 | 67.75 | 17.98 | - |
| YUV | 185.52 | 66.76 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 77 | 0.52 | 0 | 0.68 | 0.05 | 105.82 | 0.86 | 0.63 |
| Hex | 74 | F2 | 4D | 34 | 0 | 44 | 5 | 6A | 56 | 3F |
| Octal | 164 | 362 | 115 | 64 | 0 | 104 | 5 | 152 | 126 | 77 |
| Binary | 1110100 | 11110010 | 1001101 | 110100 | 0 | 1000100 | 101 | 1101010 | 1010110 | 111111 |
Color Harmonies of #74F24D
Complementary color
Monochromatic Colors of #74F24D
Black with #74F24D
Text Example
Text Example
White with #74F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F24D; }
p { color: rgb(116,242,77); }
H1.HeaderClassName
{
color: #74F24D;
}
.AnyTagClassName
{
color: #74F24D;
}
</style>
background-color css
<style>
a { background-color: #74F24D; }
a { background-color: rgb(116,242,77); }
div.DivClassName
{
background-color: #74F24D;
}
.BgClassName
{
background-color: #74F24D;
}
</style>
border-color css
<style>
span { border-color: #74F24D; }
span { border-color: rgb(116,242,77); }
td.TdClassName
{
border-color: #74F24D;
}
.TagClassName
{
border-color: #74F24D;
}
</style>