Shades of Green Yellow #85FE43
Tints of Green Yellow #85FE43
RGB
CMYK
RGB Variations
Color information
#85FE43 (or 0x85FE43) is known color: Green Yellow. HEX triplet: 85, FE and 43. RGB value is (133,254,67). Sum of RGB (Red+Green+Blue) = 133+254+67=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE43 is #7A01BC. Grayscale: #C5C5C5. Windows color (decimal): -7995837 or 4456069. OLE color: 4456069.
HSL color Cylindrical-coordinate representation of color #85FE43: hue angle of 98.82º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85FE43 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 67 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.00 |
| HSL | 98.82º | 0.99% | 0.63% | - |
| HSV(B) | 98.82º | 0.74% | 1% | - |
| XYZ | 46.13 | 76.28 | 17.6 | - |
| YUV | 196.5 | 54.91 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 67 | 0.48 | 0 | 0.74 | 0.00 | 98.82 | 0.99 | 0.63 |
| Hex | 85 | FE | 43 | 30 | 0 | 4A | 0 | 63 | 63 | 3F |
| Octal | 205 | 376 | 103 | 60 | 0 | 112 | 0 | 143 | 143 | 77 |
| Binary | 10000101 | 11111110 | 1000011 | 110000 | 0 | 1001010 | 0 | 1100011 | 1100011 | 111111 |
Color Harmonies of #85FE43
Complementary color
Monochromatic Colors of #85FE43
Black with #85FE43
Text Example
Text Example
White with #85FE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE43; }
p { color: rgb(133,254,67); }
H1.HeaderClassName
{
color: #85FE43;
}
.AnyTagClassName
{
color: #85FE43;
}
</style>
background-color css
<style>
a { background-color: #85FE43; }
a { background-color: rgb(133,254,67); }
div.DivClassName
{
background-color: #85FE43;
}
.BgClassName
{
background-color: #85FE43;
}
</style>
border-color css
<style>
span { border-color: #85FE43; }
span { border-color: rgb(133,254,67); }
td.TdClassName
{
border-color: #85FE43;
}
.TagClassName
{
border-color: #85FE43;
}
</style>