Shades of Screamin' Green #85FA6C
Tints of Screamin' Green #85FA6C
RGB
CMYK
RGB Variations
Color information
#85FA6C (or 0x85FA6C) is known color: Screamin' Green. HEX triplet: 85, FA and 6C. RGB value is (133,250,108). Sum of RGB (Red+Green+Blue) = 133+250+108=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA6C is #7A0593. Grayscale: #C7C7C7. Windows color (decimal): -7996820 or 7142021. OLE color: 7142021.
HSL color Cylindrical-coordinate representation of color #85FA6C: hue angle of 109.44º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85FA6C is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 108 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.02 |
| HSL | 109.44º | 0.93% | 0.7% | - |
| HSV(B) | 109.44º | 0.57% | 0.98% | - |
| XYZ | 46.57 | 74.44 | 26.1 | - |
| YUV | 198.83 | 76.74 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 108 | 0.47 | 0 | 0.57 | 0.02 | 109.44 | 0.93 | 0.7 |
| Hex | 85 | FA | 6C | 2F | 0 | 39 | 2 | 6D | 5D | 46 |
| Octal | 205 | 372 | 154 | 57 | 0 | 71 | 2 | 155 | 135 | 106 |
| Binary | 10000101 | 11111010 | 1101100 | 101111 | 0 | 111001 | 10 | 1101101 | 1011101 | 1000110 |
Color Harmonies of #85FA6C
Complementary color
Monochromatic Colors of #85FA6C
Black with #85FA6C
Text Example
Text Example
White with #85FA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA6C; }
p { color: rgb(133,250,108); }
H1.HeaderClassName
{
color: #85FA6C;
}
.AnyTagClassName
{
color: #85FA6C;
}
</style>
background-color css
<style>
a { background-color: #85FA6C; }
a { background-color: rgb(133,250,108); }
div.DivClassName
{
background-color: #85FA6C;
}
.BgClassName
{
background-color: #85FA6C;
}
</style>
border-color css
<style>
span { border-color: #85FA6C; }
span { border-color: rgb(133,250,108); }
td.TdClassName
{
border-color: #85FA6C;
}
.TagClassName
{
border-color: #85FA6C;
}
</style>