Shades of Screamin' Green #85F354
Tints of Screamin' Green #85F354
RGB
CMYK
RGB Variations
Color information
#85F354 (or 0x85F354) is known color: Screamin' Green. HEX triplet: 85, F3 and 54. RGB value is (133,243,84). Sum of RGB (Red+Green+Blue) = 133+243+84=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #85F354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F354 is #7A0CAB. Grayscale: #C0C0C0. Windows color (decimal): -7998636 or 5567365. OLE color: 5567365.
HSL color Cylindrical-coordinate representation of color #85F354: hue angle of 101.51º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85F354 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 84 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.05 |
| HSL | 101.51º | 0.87% | 0.64% | - |
| HSV(B) | 101.51º | 0.65% | 0.95% | - |
| XYZ | 43.32 | 69.73 | 19.56 | - |
| YUV | 191.98 | 67.06 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 84 | 0.45 | 0 | 0.65 | 0.05 | 101.51 | 0.87 | 0.64 |
| Hex | 85 | F3 | 54 | 2D | 0 | 41 | 5 | 66 | 57 | 40 |
| Octal | 205 | 363 | 124 | 55 | 0 | 101 | 5 | 146 | 127 | 100 |
| Binary | 10000101 | 11110011 | 1010100 | 101101 | 0 | 1000001 | 101 | 1100110 | 1010111 | 1000000 |
Color Harmonies of #85F354
Complementary color
Monochromatic Colors of #85F354
Black with #85F354
Text Example
Text Example
White with #85F354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F354; }
p { color: rgb(133,243,84); }
H1.HeaderClassName
{
color: #85F354;
}
.AnyTagClassName
{
color: #85F354;
}
</style>
background-color css
<style>
a { background-color: #85F354; }
a { background-color: rgb(133,243,84); }
div.DivClassName
{
background-color: #85F354;
}
.BgClassName
{
background-color: #85F354;
}
</style>
border-color css
<style>
span { border-color: #85F354; }
span { border-color: rgb(133,243,84); }
td.TdClassName
{
border-color: #85F354;
}
.TagClassName
{
border-color: #85F354;
}
</style>