Shades of Screamin' Green #85FF63
Tints of Screamin' Green #85FF63
RGB
CMYK
RGB Variations
Color information
#85FF63 (or 0x85FF63) is known color: Screamin' Green. HEX triplet: 85, FF and 63. RGB value is (133,255,99). Sum of RGB (Red+Green+Blue) = 133+255+99=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF63 is #7A009C. Grayscale: #C9C9C9. Windows color (decimal): -7995549 or 6553477. OLE color: 6553477.
HSL color Cylindrical-coordinate representation of color #85FF63: hue angle of 106.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85FF63 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 99 | - |
| CMYK | 0.48 | 0 | 0.61 | 0 |
| HSL | 106.92º | 1% | 0.69% | - |
| HSV(B) | 106.92º | 0.61% | 1% | - |
| XYZ | 47.69 | 77.41 | 24.23 | - |
| YUV | 200.74 | 70.58 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 99 | 0.48 | 0 | 0.61 | 0 | 106.92 | 1 | 0.69 |
| Hex | 85 | FF | 63 | 30 | 0 | 3D | 0 | 6B | 64 | 45 |
| Octal | 205 | 377 | 143 | 60 | 0 | 75 | 0 | 153 | 144 | 105 |
| Binary | 10000101 | 11111111 | 1100011 | 110000 | 0 | 111101 | 0 | 1101011 | 1100100 | 1000101 |
Color Harmonies of #85FF63
Complementary color
Monochromatic Colors of #85FF63
Black with #85FF63
Text Example
Text Example
White with #85FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF63; }
p { color: rgb(133,255,99); }
H1.HeaderClassName
{
color: #85FF63;
}
.AnyTagClassName
{
color: #85FF63;
}
</style>
background-color css
<style>
a { background-color: #85FF63; }
a { background-color: rgb(133,255,99); }
div.DivClassName
{
background-color: #85FF63;
}
.BgClassName
{
background-color: #85FF63;
}
</style>
border-color css
<style>
span { border-color: #85FF63; }
span { border-color: rgb(133,255,99); }
td.TdClassName
{
border-color: #85FF63;
}
.TagClassName
{
border-color: #85FF63;
}
</style>