Shades of Screamin' Green #85FE4A
Tints of Screamin' Green #85FE4A
RGB
CMYK
RGB Variations
Color information
#85FE4A (or 0x85FE4A) is known color: Screamin' Green. HEX triplet: 85, FE and 4A. RGB value is (133,254,74). Sum of RGB (Red+Green+Blue) = 133+254+74=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE4A is #7A01B5. Grayscale: #C5C5C5. Windows color (decimal): -7995830 or 4914821. OLE color: 4914821.
HSL color Cylindrical-coordinate representation of color #85FE4A: hue angle of 100.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85FE4A is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 74 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.00 |
| HSL | 100.33º | 0.99% | 0.64% | - |
| HSV(B) | 100.33º | 0.71% | 1% | - |
| XYZ | 46.35 | 76.36 | 18.78 | - |
| YUV | 197.3 | 58.41 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 74 | 0.48 | 0 | 0.71 | 0.00 | 100.33 | 0.99 | 0.64 |
| Hex | 85 | FE | 4A | 30 | 0 | 47 | 0 | 64 | 63 | 40 |
| Octal | 205 | 376 | 112 | 60 | 0 | 107 | 0 | 144 | 143 | 100 |
| Binary | 10000101 | 11111110 | 1001010 | 110000 | 0 | 1000111 | 0 | 1100100 | 1100011 | 1000000 |
Color Harmonies of #85FE4A
Complementary color
Monochromatic Colors of #85FE4A
Black with #85FE4A
Text Example
Text Example
White with #85FE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE4A; }
p { color: rgb(133,254,74); }
H1.HeaderClassName
{
color: #85FE4A;
}
.AnyTagClassName
{
color: #85FE4A;
}
</style>
background-color css
<style>
a { background-color: #85FE4A; }
a { background-color: rgb(133,254,74); }
div.DivClassName
{
background-color: #85FE4A;
}
.BgClassName
{
background-color: #85FE4A;
}
</style>
border-color css
<style>
span { border-color: #85FE4A; }
span { border-color: rgb(133,254,74); }
td.TdClassName
{
border-color: #85FE4A;
}
.TagClassName
{
border-color: #85FE4A;
}
</style>