Shades of Green Yellow #85FE31
Tints of Green Yellow #85FE31
RGB
CMYK
RGB Variations
Color information
#85FE31 (or 0x85FE31) is known color: Green Yellow. HEX triplet: 85, FE and 31. RGB value is (133,254,49). Sum of RGB (Red+Green+Blue) = 133+254+49=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE31 is #7A01CE. Grayscale: #C3C3C3. Windows color (decimal): -7995855 or 3276421. OLE color: 3276421.
HSL color Cylindrical-coordinate representation of color #85FE31: hue angle of 95.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85FE31 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 49 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.00 |
| HSL | 95.41º | 0.99% | 0.59% | - |
| HSV(B) | 95.41º | 0.81% | 1% | - |
| XYZ | 45.67 | 76.09 | 15.19 | - |
| YUV | 194.45 | 45.91 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 49 | 0.48 | 0 | 0.81 | 0.00 | 95.41 | 0.99 | 0.59 |
| Hex | 85 | FE | 31 | 30 | 0 | 51 | 0 | 5F | 63 | 3B |
| Octal | 205 | 376 | 61 | 60 | 0 | 121 | 0 | 137 | 143 | 73 |
| Binary | 10000101 | 11111110 | 110001 | 110000 | 0 | 1010001 | 0 | 1011111 | 1100011 | 111011 |
Color Harmonies of #85FE31
Complementary color
Monochromatic Colors of #85FE31
Black with #85FE31
Text Example
Text Example
White with #85FE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE31; }
p { color: rgb(133,254,49); }
H1.HeaderClassName
{
color: #85FE31;
}
.AnyTagClassName
{
color: #85FE31;
}
</style>
background-color css
<style>
a { background-color: #85FE31; }
a { background-color: rgb(133,254,49); }
div.DivClassName
{
background-color: #85FE31;
}
.BgClassName
{
background-color: #85FE31;
}
</style>
border-color css
<style>
span { border-color: #85FE31; }
span { border-color: rgb(133,254,49); }
td.TdClassName
{
border-color: #85FE31;
}
.TagClassName
{
border-color: #85FE31;
}
</style>