Shades of Screamin' Green #74FE69
Tints of Screamin' Green #74FE69
RGB
CMYK
RGB Variations
Color information
#74FE69 (or 0x74FE69) is known color: Screamin' Green. HEX triplet: 74, FE and 69. RGB value is (116,254,105). Sum of RGB (Red+Green+Blue) = 116+254+105=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE69 is #8B0196. Grayscale: #C4C4C4. Windows color (decimal): -9109911 or 6946420. OLE color: 6946420.
HSL color Cylindrical-coordinate representation of color #74FE69: hue angle of 115.57º 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 #74FE69 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 105 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.00 |
| HSL | 115.57º | 0.99% | 0.7% | - |
| HSV(B) | 115.57º | 0.59% | 1% | - |
| XYZ | 45.19 | 75.62 | 25.58 | - |
| YUV | 195.75 | 76.78 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 105 | 0.54 | 0 | 0.59 | 0.00 | 115.57 | 0.99 | 0.7 |
| Hex | 74 | FE | 69 | 36 | 0 | 3B | 0 | 74 | 63 | 46 |
| Octal | 164 | 376 | 151 | 66 | 0 | 73 | 0 | 164 | 143 | 106 |
| Binary | 1110100 | 11111110 | 1101001 | 110110 | 0 | 111011 | 0 | 1110100 | 1100011 | 1000110 |
Color Harmonies of #74FE69
Complementary color
Monochromatic Colors of #74FE69
Black with #74FE69
Text Example
Text Example
White with #74FE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE69; }
p { color: rgb(116,254,105); }
H1.HeaderClassName
{
color: #74FE69;
}
.AnyTagClassName
{
color: #74FE69;
}
</style>
background-color css
<style>
a { background-color: #74FE69; }
a { background-color: rgb(116,254,105); }
div.DivClassName
{
background-color: #74FE69;
}
.BgClassName
{
background-color: #74FE69;
}
</style>
border-color css
<style>
span { border-color: #74FE69; }
span { border-color: rgb(116,254,105); }
td.TdClassName
{
border-color: #74FE69;
}
.TagClassName
{
border-color: #74FE69;
}
</style>