Shades of Screamin' Green #85FF4A
Tints of Screamin' Green #85FF4A
RGB
CMYK
RGB Variations
Color information
#85FF4A (or 0x85FF4A) is known color: Screamin' Green. HEX triplet: 85, FF and 4A. RGB value is (133,255,74). Sum of RGB (Red+Green+Blue) = 133+255+74=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF4A is #7A00B5. Grayscale: #C6C6C6. Windows color (decimal): -7995574 or 4915077. OLE color: 4915077.
HSL color Cylindrical-coordinate representation of color #85FF4A: hue angle of 100.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85FF4A is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 74 | - |
| CMYK | 0.48 | 0 | 0.71 | 0 |
| HSL | 100.44º | 1% | 0.65% | - |
| HSV(B) | 100.44º | 0.71% | 1% | - |
| XYZ | 46.67 | 77 | 18.88 | - |
| YUV | 197.89 | 58.08 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 74 | 0.48 | 0 | 0.71 | 0 | 100.44 | 1 | 0.65 |
| Hex | 85 | FF | 4A | 30 | 0 | 47 | 0 | 64 | 64 | 41 |
| Octal | 205 | 377 | 112 | 60 | 0 | 107 | 0 | 144 | 144 | 101 |
| Binary | 10000101 | 11111111 | 1001010 | 110000 | 0 | 1000111 | 0 | 1100100 | 1100100 | 1000001 |
Color Harmonies of #85FF4A
Complementary color
Monochromatic Colors of #85FF4A
Black with #85FF4A
Text Example
Text Example
White with #85FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF4A; }
p { color: rgb(133,255,74); }
H1.HeaderClassName
{
color: #85FF4A;
}
.AnyTagClassName
{
color: #85FF4A;
}
</style>
background-color css
<style>
a { background-color: #85FF4A; }
a { background-color: rgb(133,255,74); }
div.DivClassName
{
background-color: #85FF4A;
}
.BgClassName
{
background-color: #85FF4A;
}
</style>
border-color css
<style>
span { border-color: #85FF4A; }
span { border-color: rgb(133,255,74); }
td.TdClassName
{
border-color: #85FF4A;
}
.TagClassName
{
border-color: #85FF4A;
}
</style>