Shades of Green Yellow #85F130
Tints of Green Yellow #85F130
RGB
CMYK
RGB Variations
Color information
#85F130 (or 0x85F130) is known color: Green Yellow. HEX triplet: 85, F1 and 30. RGB value is (133,241,48). Sum of RGB (Red+Green+Blue) = 133+241+48=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #85F130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F130 is #7A0ECF. Grayscale: #BBBBBB. Windows color (decimal): -7999184 or 3207557. OLE color: 3207557.
HSL color Cylindrical-coordinate representation of color #85F130: hue angle of 93.58º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85F130 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 48 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.05 |
| HSL | 93.58º | 0.87% | 0.57% | - |
| HSV(B) | 93.58º | 0.8% | 0.95% | - |
| XYZ | 41.66 | 68.11 | 13.75 | - |
| YUV | 186.71 | 49.72 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 48 | 0.45 | 0 | 0.80 | 0.05 | 93.58 | 0.87 | 0.57 |
| Hex | 85 | F1 | 30 | 2D | 0 | 50 | 5 | 5E | 57 | 39 |
| Octal | 205 | 361 | 60 | 55 | 0 | 120 | 5 | 136 | 127 | 71 |
| Binary | 10000101 | 11110001 | 110000 | 101101 | 0 | 1010000 | 101 | 1011110 | 1010111 | 111001 |
Color Harmonies of #85F130
Complementary color
Monochromatic Colors of #85F130
Black with #85F130
Text Example
Text Example
White with #85F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F130; }
p { color: rgb(133,241,48); }
H1.HeaderClassName
{
color: #85F130;
}
.AnyTagClassName
{
color: #85F130;
}
</style>
background-color css
<style>
a { background-color: #85F130; }
a { background-color: rgb(133,241,48); }
div.DivClassName
{
background-color: #85F130;
}
.BgClassName
{
background-color: #85F130;
}
</style>
border-color css
<style>
span { border-color: #85F130; }
span { border-color: rgb(133,241,48); }
td.TdClassName
{
border-color: #85F130;
}
.TagClassName
{
border-color: #85F130;
}
</style>