Shades of Screamin' Green #74FE68
Tints of Screamin' Green #74FE68
RGB
CMYK
RGB Variations
Color information
#74FE68 (or 0x74FE68) is known color: Screamin' Green. HEX triplet: 74, FE and 68. RGB value is (116,254,104). Sum of RGB (Red+Green+Blue) = 116+254+104=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE68 is #8B0197. Grayscale: #C4C4C4. Windows color (decimal): -9109912 or 6880884. OLE color: 6880884.
HSL color Cylindrical-coordinate representation of color #74FE68: hue angle of 115.2º 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 #74FE68 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 104 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.00 |
| HSL | 115.2º | 0.99% | 0.7% | - |
| HSV(B) | 115.2º | 0.59% | 1% | - |
| XYZ | 45.14 | 75.6 | 25.31 | - |
| YUV | 195.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 104 | 0.54 | 0 | 0.59 | 0.00 | 115.2 | 0.99 | 0.7 |
| Hex | 74 | FE | 68 | 36 | 0 | 3B | 0 | 73 | 63 | 46 |
| Octal | 164 | 376 | 150 | 66 | 0 | 73 | 0 | 163 | 143 | 106 |
| Binary | 1110100 | 11111110 | 1101000 | 110110 | 0 | 111011 | 0 | 1110011 | 1100011 | 1000110 |
Color Harmonies of #74FE68
Complementary color
Monochromatic Colors of #74FE68
Black with #74FE68
Text Example
Text Example
White with #74FE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE68; }
p { color: rgb(116,254,104); }
H1.HeaderClassName
{
color: #74FE68;
}
.AnyTagClassName
{
color: #74FE68;
}
</style>
background-color css
<style>
a { background-color: #74FE68; }
a { background-color: rgb(116,254,104); }
div.DivClassName
{
background-color: #74FE68;
}
.BgClassName
{
background-color: #74FE68;
}
</style>
border-color css
<style>
span { border-color: #74FE68; }
span { border-color: rgb(116,254,104); }
td.TdClassName
{
border-color: #74FE68;
}
.TagClassName
{
border-color: #74FE68;
}
</style>