Shades of Screamin' Green #85FA66
Tints of Screamin' Green #85FA66
RGB
CMYK
RGB Variations
Color information
#85FA66 (or 0x85FA66) is known color: Screamin' Green. HEX triplet: 85, FA and 66. RGB value is (133,250,102). Sum of RGB (Red+Green+Blue) = 133+250+102=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA66 is #7A0599. Grayscale: #C6C6C6. Windows color (decimal): -7996826 or 6748805. OLE color: 6748805.
HSL color Cylindrical-coordinate representation of color #85FA66: hue angle of 107.43º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85FA66 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 102 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.02 |
| HSL | 107.43º | 0.94% | 0.69% | - |
| HSV(B) | 107.43º | 0.59% | 0.98% | - |
| XYZ | 46.26 | 74.32 | 24.48 | - |
| YUV | 198.15 | 73.74 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 102 | 0.47 | 0 | 0.59 | 0.02 | 107.43 | 0.94 | 0.69 |
| Hex | 85 | FA | 66 | 2F | 0 | 3B | 2 | 6B | 5E | 45 |
| Octal | 205 | 372 | 146 | 57 | 0 | 73 | 2 | 153 | 136 | 105 |
| Binary | 10000101 | 11111010 | 1100110 | 101111 | 0 | 111011 | 10 | 1101011 | 1011110 | 1000101 |
Color Harmonies of #85FA66
Complementary color
Monochromatic Colors of #85FA66
Black with #85FA66
Text Example
Text Example
White with #85FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA66; }
p { color: rgb(133,250,102); }
H1.HeaderClassName
{
color: #85FA66;
}
.AnyTagClassName
{
color: #85FA66;
}
</style>
background-color css
<style>
a { background-color: #85FA66; }
a { background-color: rgb(133,250,102); }
div.DivClassName
{
background-color: #85FA66;
}
.BgClassName
{
background-color: #85FA66;
}
</style>
border-color css
<style>
span { border-color: #85FA66; }
span { border-color: rgb(133,250,102); }
td.TdClassName
{
border-color: #85FA66;
}
.TagClassName
{
border-color: #85FA66;
}
</style>