Shades of Screamin' Green #74FF73
Tints of Screamin' Green #74FF73
RGB
CMYK
RGB Variations
Color information
#74FF73 (or 0x74FF73) is known color: Screamin' Green. HEX triplet: 74, FF and 73. RGB value is (116,255,115). Sum of RGB (Red+Green+Blue) = 116+255+115=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FF73 is #8B008C. Grayscale: #C5C5C5. Windows color (decimal): -9109645 or 7602036. OLE color: 7602036.
HSL color Cylindrical-coordinate representation of color #74FF73: hue angle of 119.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FF73 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 115 | - |
| CMYK | 0.55 | 0 | 0.55 | 0 |
| HSL | 119.57º | 1% | 0.73% | - |
| HSV(B) | 119.57º | 0.55% | 1% | - |
| XYZ | 46.06 | 76.47 | 28.55 | - |
| YUV | 197.48 | 81.45 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 115 | 0.55 | 0 | 0.55 | 0 | 119.57 | 1 | 0.73 |
| Hex | 74 | FF | 73 | 37 | 0 | 37 | 0 | 78 | 64 | 49 |
| Octal | 164 | 377 | 163 | 67 | 0 | 67 | 0 | 170 | 144 | 111 |
| Binary | 1110100 | 11111111 | 1110011 | 110111 | 0 | 110111 | 0 | 1111000 | 1100100 | 1001001 |
Color Harmonies of #74FF73
Complementary color
Monochromatic Colors of #74FF73
Black with #74FF73
Text Example
Text Example
White with #74FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF73; }
p { color: rgb(116,255,115); }
H1.HeaderClassName
{
color: #74FF73;
}
.AnyTagClassName
{
color: #74FF73;
}
</style>
background-color css
<style>
a { background-color: #74FF73; }
a { background-color: rgb(116,255,115); }
div.DivClassName
{
background-color: #74FF73;
}
.BgClassName
{
background-color: #74FF73;
}
</style>
border-color css
<style>
span { border-color: #74FF73; }
span { border-color: rgb(116,255,115); }
td.TdClassName
{
border-color: #74FF73;
}
.TagClassName
{
border-color: #74FF73;
}
</style>