Shades of Green Yellow #85FF45
Tints of Green Yellow #85FF45
RGB
CMYK
RGB Variations
Color information
#85FF45 (or 0x85FF45) is known color: Green Yellow. HEX triplet: 85, FF and 45. RGB value is (133,255,69). Sum of RGB (Red+Green+Blue) = 133+255+69=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF45 is #7A00BA. Grayscale: #C5C5C5. Windows color (decimal): -7995579 or 4587397. OLE color: 4587397.
HSL color Cylindrical-coordinate representation of color #85FF45: hue angle of 99.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85FF45 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 69 | - |
| CMYK | 0.48 | 0 | 0.73 | 0 |
| HSL | 99.35º | 1% | 0.64% | - |
| HSV(B) | 99.35º | 0.73% | 1% | - |
| XYZ | 46.51 | 76.94 | 18.03 | - |
| YUV | 197.32 | 55.58 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 69 | 0.48 | 0 | 0.73 | 0 | 99.35 | 1 | 0.64 |
| Hex | 85 | FF | 45 | 30 | 0 | 49 | 0 | 63 | 64 | 40 |
| Octal | 205 | 377 | 105 | 60 | 0 | 111 | 0 | 143 | 144 | 100 |
| Binary | 10000101 | 11111111 | 1000101 | 110000 | 0 | 1001001 | 0 | 1100011 | 1100100 | 1000000 |
Color Harmonies of #85FF45
Complementary color
Monochromatic Colors of #85FF45
Black with #85FF45
Text Example
Text Example
White with #85FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF45; }
p { color: rgb(133,255,69); }
H1.HeaderClassName
{
color: #85FF45;
}
.AnyTagClassName
{
color: #85FF45;
}
</style>
background-color css
<style>
a { background-color: #85FF45; }
a { background-color: rgb(133,255,69); }
div.DivClassName
{
background-color: #85FF45;
}
.BgClassName
{
background-color: #85FF45;
}
</style>
border-color css
<style>
span { border-color: #85FF45; }
span { border-color: rgb(133,255,69); }
td.TdClassName
{
border-color: #85FF45;
}
.TagClassName
{
border-color: #85FF45;
}
</style>