Shades of Green Yellow #85FA47
Tints of Green Yellow #85FA47
RGB
CMYK
RGB Variations
Color information
#85FA47 (or 0x85FA47) is known color: Green Yellow. HEX triplet: 85, FA and 47. RGB value is (133,250,71). Sum of RGB (Red+Green+Blue) = 133+250+71=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA47 is #7A05B8. Grayscale: #C3C3C3. Windows color (decimal): -7996857 or 4717189. OLE color: 4717189.
HSL color Cylindrical-coordinate representation of color #85FA47: hue angle of 99.22º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85FA47 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 71 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.02 |
| HSL | 99.22º | 0.95% | 0.63% | - |
| HSV(B) | 99.22º | 0.72% | 0.98% | - |
| XYZ | 45 | 73.81 | 17.84 | - |
| YUV | 194.61 | 58.24 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 71 | 0.47 | 0 | 0.72 | 0.02 | 99.22 | 0.95 | 0.63 |
| Hex | 85 | FA | 47 | 2F | 0 | 48 | 2 | 63 | 5F | 3F |
| Octal | 205 | 372 | 107 | 57 | 0 | 110 | 2 | 143 | 137 | 77 |
| Binary | 10000101 | 11111010 | 1000111 | 101111 | 0 | 1001000 | 10 | 1100011 | 1011111 | 111111 |
Color Harmonies of #85FA47
Complementary color
Monochromatic Colors of #85FA47
Black with #85FA47
Text Example
Text Example
White with #85FA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA47; }
p { color: rgb(133,250,71); }
H1.HeaderClassName
{
color: #85FA47;
}
.AnyTagClassName
{
color: #85FA47;
}
</style>
background-color css
<style>
a { background-color: #85FA47; }
a { background-color: rgb(133,250,71); }
div.DivClassName
{
background-color: #85FA47;
}
.BgClassName
{
background-color: #85FA47;
}
</style>
border-color css
<style>
span { border-color: #85FA47; }
span { border-color: rgb(133,250,71); }
td.TdClassName
{
border-color: #85FA47;
}
.TagClassName
{
border-color: #85FA47;
}
</style>