Shades of Screamin' Green #74ED41
Tints of Screamin' Green #74ED41
RGB
CMYK
RGB Variations
Color information
#74ED41 (or 0x74ED41) is known color: Screamin' Green. HEX triplet: 74, ED and 41. RGB value is (116,237,65). Sum of RGB (Red+Green+Blue) = 116+237+65=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 237 (92.97% from 255 or 56.70% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74ED41 is #8B12BE. Grayscale: #B5B5B5. Windows color (decimal): -9114303 or 4320628. OLE color: 4320628.
HSL color Cylindrical-coordinate representation of color #74ED41: hue angle of 102.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74ED41 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 65 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.07 |
| HSL | 102.21º | 0.83% | 0.59% | - |
| HSV(B) | 102.21º | 0.73% | 0.93% | - |
| XYZ | 38.44 | 64.66 | 15.46 | - |
| YUV | 181.21 | 62.41 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 65 | 0.51 | 0 | 0.73 | 0.07 | 102.21 | 0.83 | 0.59 |
| Hex | 74 | ED | 41 | 33 | 0 | 49 | 7 | 66 | 53 | 3B |
| Octal | 164 | 355 | 101 | 63 | 0 | 111 | 7 | 146 | 123 | 73 |
| Binary | 1110100 | 11101101 | 1000001 | 110011 | 0 | 1001001 | 111 | 1100110 | 1010011 | 111011 |
Color Harmonies of #74ED41
Complementary color
Monochromatic Colors of #74ED41
Black with #74ED41
Text Example
Text Example
White with #74ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ED41; }
p { color: rgb(116,237,65); }
H1.HeaderClassName
{
color: #74ED41;
}
.AnyTagClassName
{
color: #74ED41;
}
</style>
background-color css
<style>
a { background-color: #74ED41; }
a { background-color: rgb(116,237,65); }
div.DivClassName
{
background-color: #74ED41;
}
.BgClassName
{
background-color: #74ED41;
}
</style>
border-color css
<style>
span { border-color: #74ED41; }
span { border-color: rgb(116,237,65); }
td.TdClassName
{
border-color: #74ED41;
}
.TagClassName
{
border-color: #74ED41;
}
</style>