Shades of Screamin' Green #85FE70
Tints of Screamin' Green #85FE70
RGB
CMYK
RGB Variations
Color information
#85FE70 (or 0x85FE70) is known color: Screamin' Green. HEX triplet: 85, FE and 70. RGB value is (133,254,112). Sum of RGB (Red+Green+Blue) = 133+254+112=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE70 is #7A018F. Grayscale: #CACACA. Windows color (decimal): -7995792 or 7405189. OLE color: 7405189.
HSL color Cylindrical-coordinate representation of color #85FE70: hue angle of 111.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85FE70 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 112 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.00 |
| HSL | 111.13º | 0.99% | 0.72% | - |
| HSV(B) | 111.13º | 0.56% | 1% | - |
| XYZ | 48.04 | 77.04 | 27.67 | - |
| YUV | 201.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 112 | 0.48 | 0 | 0.56 | 0.00 | 111.13 | 0.99 | 0.72 |
| Hex | 85 | FE | 70 | 30 | 0 | 38 | 0 | 6F | 63 | 48 |
| Octal | 205 | 376 | 160 | 60 | 0 | 70 | 0 | 157 | 143 | 110 |
| Binary | 10000101 | 11111110 | 1110000 | 110000 | 0 | 111000 | 0 | 1101111 | 1100011 | 1001000 |
Color Harmonies of #85FE70
Complementary color
Monochromatic Colors of #85FE70
Black with #85FE70
Text Example
Text Example
White with #85FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE70; }
p { color: rgb(133,254,112); }
H1.HeaderClassName
{
color: #85FE70;
}
.AnyTagClassName
{
color: #85FE70;
}
</style>
background-color css
<style>
a { background-color: #85FE70; }
a { background-color: rgb(133,254,112); }
div.DivClassName
{
background-color: #85FE70;
}
.BgClassName
{
background-color: #85FE70;
}
</style>
border-color css
<style>
span { border-color: #85FE70; }
span { border-color: rgb(133,254,112); }
td.TdClassName
{
border-color: #85FE70;
}
.TagClassName
{
border-color: #85FE70;
}
</style>