Shades of Green Yellow #85F843
Tints of Green Yellow #85F843
RGB
CMYK
RGB Variations
Color information
#85F843 (or 0x85F843) is known color: Green Yellow. HEX triplet: 85, F8 and 43. RGB value is (133,248,67). Sum of RGB (Red+Green+Blue) = 133+248+67=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #85F843 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F843 is #7A07BC. Grayscale: #C1C1C1. Windows color (decimal): -7997373 or 4454533. OLE color: 4454533.
HSL color Cylindrical-coordinate representation of color #85F843: hue angle of 98.12º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85F843 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 67 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.03 |
| HSL | 98.12º | 0.93% | 0.62% | - |
| HSV(B) | 98.12º | 0.73% | 0.97% | - |
| XYZ | 44.25 | 72.53 | 16.98 | - |
| YUV | 192.98 | 56.9 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 67 | 0.46 | 0 | 0.73 | 0.03 | 98.12 | 0.93 | 0.62 |
| Hex | 85 | F8 | 43 | 2E | 0 | 49 | 3 | 62 | 5D | 3E |
| Octal | 205 | 370 | 103 | 56 | 0 | 111 | 3 | 142 | 135 | 76 |
| Binary | 10000101 | 11111000 | 1000011 | 101110 | 0 | 1001001 | 11 | 1100010 | 1011101 | 111110 |
Color Harmonies of #85F843
Complementary color
Monochromatic Colors of #85F843
Black with #85F843
Text Example
Text Example
White with #85F843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F843; }
p { color: rgb(133,248,67); }
H1.HeaderClassName
{
color: #85F843;
}
.AnyTagClassName
{
color: #85F843;
}
</style>
background-color css
<style>
a { background-color: #85F843; }
a { background-color: rgb(133,248,67); }
div.DivClassName
{
background-color: #85F843;
}
.BgClassName
{
background-color: #85F843;
}
</style>
border-color css
<style>
span { border-color: #85F843; }
span { border-color: rgb(133,248,67); }
td.TdClassName
{
border-color: #85F843;
}
.TagClassName
{
border-color: #85F843;
}
</style>