Shades of Screamin' Green #85FF62
Tints of Screamin' Green #85FF62
RGB
CMYK
RGB Variations
Color information
#85FF62 (or 0x85FF62) is known color: Screamin' Green. HEX triplet: 85, FF and 62. RGB value is (133,255,98). Sum of RGB (Red+Green+Blue) = 133+255+98=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF62 is #7A009D. Grayscale: #C9C9C9. Windows color (decimal): -7995550 or 6487941. OLE color: 6487941.
HSL color Cylindrical-coordinate representation of color #85FF62: hue angle of 106.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85FF62 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 98 | - |
| CMYK | 0.48 | 0 | 0.62 | 0 |
| HSL | 106.62º | 1% | 0.69% | - |
| HSV(B) | 106.62º | 0.62% | 1% | - |
| XYZ | 47.64 | 77.39 | 23.98 | - |
| YUV | 200.62 | 70.08 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 98 | 0.48 | 0 | 0.62 | 0 | 106.62 | 1 | 0.69 |
| Hex | 85 | FF | 62 | 30 | 0 | 3E | 0 | 6B | 64 | 45 |
| Octal | 205 | 377 | 142 | 60 | 0 | 76 | 0 | 153 | 144 | 105 |
| Binary | 10000101 | 11111111 | 1100010 | 110000 | 0 | 111110 | 0 | 1101011 | 1100100 | 1000101 |
Color Harmonies of #85FF62
Complementary color
Monochromatic Colors of #85FF62
Black with #85FF62
Text Example
Text Example
White with #85FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF62; }
p { color: rgb(133,255,98); }
H1.HeaderClassName
{
color: #85FF62;
}
.AnyTagClassName
{
color: #85FF62;
}
</style>
background-color css
<style>
a { background-color: #85FF62; }
a { background-color: rgb(133,255,98); }
div.DivClassName
{
background-color: #85FF62;
}
.BgClassName
{
background-color: #85FF62;
}
</style>
border-color css
<style>
span { border-color: #85FF62; }
span { border-color: rgb(133,255,98); }
td.TdClassName
{
border-color: #85FF62;
}
.TagClassName
{
border-color: #85FF62;
}
</style>