Shades of Green Yellow #85FF3F
Tints of Green Yellow #85FF3F
RGB
CMYK
RGB Variations
Color information
#85FF3F (or 0x85FF3F) is known color: Green Yellow. HEX triplet: 85, FF and 3F. RGB value is (133,255,63). Sum of RGB (Red+Green+Blue) = 133+255+63=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF3F is #7A00C0. Grayscale: #C5C5C5. Windows color (decimal): -7995585 or 4194181. OLE color: 4194181.
HSL color Cylindrical-coordinate representation of color #85FF3F: hue angle of 98.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85FF3F is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 63 | - |
| CMYK | 0.48 | 0 | 0.75 | 0 |
| HSL | 98.13º | 1% | 0.62% | - |
| HSV(B) | 98.13º | 0.75% | 1% | - |
| XYZ | 46.33 | 76.87 | 17.1 | - |
| YUV | 196.63 | 52.58 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 63 | 0.48 | 0 | 0.75 | 0 | 98.13 | 1 | 0.62 |
| Hex | 85 | FF | 3F | 30 | 0 | 4B | 0 | 62 | 64 | 3E |
| Octal | 205 | 377 | 77 | 60 | 0 | 113 | 0 | 142 | 144 | 76 |
| Binary | 10000101 | 11111111 | 111111 | 110000 | 0 | 1001011 | 0 | 1100010 | 1100100 | 111110 |
Color Harmonies of #85FF3F
Complementary color
Monochromatic Colors of #85FF3F
Black with #85FF3F
Text Example
Text Example
White with #85FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF3F; }
p { color: rgb(133,255,63); }
H1.HeaderClassName
{
color: #85FF3F;
}
.AnyTagClassName
{
color: #85FF3F;
}
</style>
background-color css
<style>
a { background-color: #85FF3F; }
a { background-color: rgb(133,255,63); }
div.DivClassName
{
background-color: #85FF3F;
}
.BgClassName
{
background-color: #85FF3F;
}
</style>
border-color css
<style>
span { border-color: #85FF3F; }
span { border-color: rgb(133,255,63); }
td.TdClassName
{
border-color: #85FF3F;
}
.TagClassName
{
border-color: #85FF3F;
}
</style>