Shades of Screamin' Green #85F768
Tints of Screamin' Green #85F768
RGB
CMYK
RGB Variations
Color information
#85F768 (or 0x85F768) is known color: Screamin' Green. HEX triplet: 85, F7 and 68. RGB value is (133,247,104). Sum of RGB (Red+Green+Blue) = 133+247+104=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #85F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F768 is #7A0897. Grayscale: #C5C5C5. Windows color (decimal): -7997592 or 6879109. OLE color: 6879109.
HSL color Cylindrical-coordinate representation of color #85F768: hue angle of 107.83º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85F768 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 104 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.03 |
| HSL | 107.83º | 0.9% | 0.69% | - |
| HSV(B) | 107.83º | 0.58% | 0.97% | - |
| XYZ | 45.43 | 72.51 | 24.7 | - |
| YUV | 196.61 | 75.73 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 104 | 0.46 | 0 | 0.58 | 0.03 | 107.83 | 0.9 | 0.69 |
| Hex | 85 | F7 | 68 | 2E | 0 | 3A | 3 | 6C | 5A | 45 |
| Octal | 205 | 367 | 150 | 56 | 0 | 72 | 3 | 154 | 132 | 105 |
| Binary | 10000101 | 11110111 | 1101000 | 101110 | 0 | 111010 | 11 | 1101100 | 1011010 | 1000101 |
Color Harmonies of #85F768
Complementary color
Monochromatic Colors of #85F768
Black with #85F768
Text Example
Text Example
White with #85F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F768; }
p { color: rgb(133,247,104); }
H1.HeaderClassName
{
color: #85F768;
}
.AnyTagClassName
{
color: #85F768;
}
</style>
background-color css
<style>
a { background-color: #85F768; }
a { background-color: rgb(133,247,104); }
div.DivClassName
{
background-color: #85F768;
}
.BgClassName
{
background-color: #85F768;
}
</style>
border-color css
<style>
span { border-color: #85F768; }
span { border-color: rgb(133,247,104); }
td.TdClassName
{
border-color: #85F768;
}
.TagClassName
{
border-color: #85F768;
}
</style>