Shades of Screamin' Green #74FE85
Tints of Screamin' Green #74FE85
RGB
CMYK
RGB Variations
Color information
#74FE85 (or 0x74FE85) is known color: Screamin' Green. HEX triplet: 74, FE and 85. RGB value is (116,254,133). Sum of RGB (Red+Green+Blue) = 116+254+133=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FE85 is #8B017A. Grayscale: #C7C7C7. Windows color (decimal): -9109883 or 8781428. OLE color: 8781428.
HSL color Cylindrical-coordinate representation of color #74FE85: hue angle of 127.39º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FE85 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 133 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.00 |
| HSL | 127.39º | 0.99% | 0.73% | - |
| HSV(B) | 127.39º | 0.54% | 1% | - |
| XYZ | 46.88 | 76.29 | 34.45 | - |
| YUV | 198.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 133 | 0.54 | 0 | 0.48 | 0.00 | 127.39 | 0.99 | 0.73 |
| Hex | 74 | FE | 85 | 36 | 0 | 30 | 0 | 7F | 63 | 49 |
| Octal | 164 | 376 | 205 | 66 | 0 | 60 | 0 | 177 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10000101 | 110110 | 0 | 110000 | 0 | 1111111 | 1100011 | 1001001 |
Color Harmonies of #74FE85
Complementary color
Monochromatic Colors of #74FE85
Black with #74FE85
Text Example
Text Example
White with #74FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE85; }
p { color: rgb(116,254,133); }
H1.HeaderClassName
{
color: #74FE85;
}
.AnyTagClassName
{
color: #74FE85;
}
</style>
background-color css
<style>
a { background-color: #74FE85; }
a { background-color: rgb(116,254,133); }
div.DivClassName
{
background-color: #74FE85;
}
.BgClassName
{
background-color: #74FE85;
}
</style>
border-color css
<style>
span { border-color: #74FE85; }
span { border-color: rgb(116,254,133); }
td.TdClassName
{
border-color: #74FE85;
}
.TagClassName
{
border-color: #74FE85;
}
</style>