Shades of Screamin' Green #74FE67
Tints of Screamin' Green #74FE67
RGB
CMYK
RGB Variations
Color information
#74FE67 (or 0x74FE67) is known color: Screamin' Green. HEX triplet: 74, FE and 67. RGB value is (116,254,103). Sum of RGB (Red+Green+Blue) = 116+254+103=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE67 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE67 is #8B0198. Grayscale: #C3C3C3. Windows color (decimal): -9109913 or 6815348. OLE color: 6815348.
HSL color Cylindrical-coordinate representation of color #74FE67: hue angle of 114.83º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74FE67 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 103 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.00 |
| HSL | 114.83º | 0.99% | 0.7% | - |
| HSV(B) | 114.83º | 0.59% | 1% | - |
| XYZ | 45.09 | 75.58 | 25.04 | - |
| YUV | 195.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 103 | 0.54 | 0 | 0.59 | 0.00 | 114.83 | 0.99 | 0.7 |
| Hex | 74 | FE | 67 | 36 | 0 | 3B | 0 | 73 | 63 | 46 |
| Octal | 164 | 376 | 147 | 66 | 0 | 73 | 0 | 163 | 143 | 106 |
| Binary | 1110100 | 11111110 | 1100111 | 110110 | 0 | 111011 | 0 | 1110011 | 1100011 | 1000110 |
Color Harmonies of #74FE67
Complementary color
Monochromatic Colors of #74FE67
Black with #74FE67
Text Example
Text Example
White with #74FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE67; }
p { color: rgb(116,254,103); }
H1.HeaderClassName
{
color: #74FE67;
}
.AnyTagClassName
{
color: #74FE67;
}
</style>
background-color css
<style>
a { background-color: #74FE67; }
a { background-color: rgb(116,254,103); }
div.DivClassName
{
background-color: #74FE67;
}
.BgClassName
{
background-color: #74FE67;
}
</style>
border-color css
<style>
span { border-color: #74FE67; }
span { border-color: rgb(116,254,103); }
td.TdClassName
{
border-color: #74FE67;
}
.TagClassName
{
border-color: #74FE67;
}
</style>