Shades of Screamin' Green #74FE66
Tints of Screamin' Green #74FE66
RGB
CMYK
RGB Variations
Color information
#74FE66 (or 0x74FE66) is known color: Screamin' Green. HEX triplet: 74, FE and 66. RGB value is (116,254,102). Sum of RGB (Red+Green+Blue) = 116+254+102=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE66 is #8B0199. Grayscale: #C3C3C3. Windows color (decimal): -9109914 or 6749812. OLE color: 6749812.
HSL color Cylindrical-coordinate representation of color #74FE66: hue angle of 114.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74FE66 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 102 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.00 |
| HSL | 114.47º | 0.99% | 0.7% | - |
| HSV(B) | 114.47º | 0.6% | 1% | - |
| XYZ | 45.04 | 75.56 | 24.78 | - |
| YUV | 195.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 102 | 0.54 | 0 | 0.60 | 0.00 | 114.47 | 0.99 | 0.7 |
| Hex | 74 | FE | 66 | 36 | 0 | 3C | 0 | 72 | 63 | 46 |
| Octal | 164 | 376 | 146 | 66 | 0 | 74 | 0 | 162 | 143 | 106 |
| Binary | 1110100 | 11111110 | 1100110 | 110110 | 0 | 111100 | 0 | 1110010 | 1100011 | 1000110 |
Color Harmonies of #74FE66
Complementary color
Monochromatic Colors of #74FE66
Black with #74FE66
Text Example
Text Example
White with #74FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE66; }
p { color: rgb(116,254,102); }
H1.HeaderClassName
{
color: #74FE66;
}
.AnyTagClassName
{
color: #74FE66;
}
</style>
background-color css
<style>
a { background-color: #74FE66; }
a { background-color: rgb(116,254,102); }
div.DivClassName
{
background-color: #74FE66;
}
.BgClassName
{
background-color: #74FE66;
}
</style>
border-color css
<style>
span { border-color: #74FE66; }
span { border-color: rgb(116,254,102); }
td.TdClassName
{
border-color: #74FE66;
}
.TagClassName
{
border-color: #74FE66;
}
</style>