Shades of Screamin' Green #85FA64
Tints of Screamin' Green #85FA64
RGB
CMYK
RGB Variations
Color information
#85FA64 (or 0x85FA64) is known color: Screamin' Green. HEX triplet: 85, FA and 64. RGB value is (133,250,100). Sum of RGB (Red+Green+Blue) = 133+250+100=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA64 is #7A059B. Grayscale: #C6C6C6. Windows color (decimal): -7996828 or 6617733. OLE color: 6617733.
HSL color Cylindrical-coordinate representation of color #85FA64: hue angle of 106.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85FA64 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 100 | - |
| CMYK | 0.47 | 0 | 0.6 | 0.02 |
| HSL | 106.8º | 0.94% | 0.69% | - |
| HSV(B) | 106.8º | 0.6% | 0.98% | - |
| XYZ | 46.16 | 74.28 | 23.96 | - |
| YUV | 197.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 100 | 0.47 | 0 | 0.6 | 0.02 | 106.8 | 0.94 | 0.69 |
| Hex | 85 | FA | 64 | 2F | 0 | 3C | 2 | 6B | 5E | 45 |
| Octal | 205 | 372 | 144 | 57 | 0 | 74 | 2 | 153 | 136 | 105 |
| Binary | 10000101 | 11111010 | 1100100 | 101111 | 0 | 111100 | 10 | 1101011 | 1011110 | 1000101 |
Color Harmonies of #85FA64
Complementary color
Monochromatic Colors of #85FA64
Black with #85FA64
Text Example
Text Example
White with #85FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA64; }
p { color: rgb(133,250,100); }
H1.HeaderClassName
{
color: #85FA64;
}
.AnyTagClassName
{
color: #85FA64;
}
</style>
background-color css
<style>
a { background-color: #85FA64; }
a { background-color: rgb(133,250,100); }
div.DivClassName
{
background-color: #85FA64;
}
.BgClassName
{
background-color: #85FA64;
}
</style>
border-color css
<style>
span { border-color: #85FA64; }
span { border-color: rgb(133,250,100); }
td.TdClassName
{
border-color: #85FA64;
}
.TagClassName
{
border-color: #85FA64;
}
</style>