Shades of Green Yellow #85F12C
Tints of Green Yellow #85F12C
RGB
CMYK
RGB Variations
Color information
#85F12C (or 0x85F12C) is known color: Green Yellow. HEX triplet: 85, F1 and 2C. RGB value is (133,241,44). Sum of RGB (Red+Green+Blue) = 133+241+44=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #85F12C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F12C is #7A0ED3. Grayscale: #BABABA. Windows color (decimal): -7999188 or 2945413. OLE color: 2945413.
HSL color Cylindrical-coordinate representation of color #85F12C: hue angle of 92.89º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85F12C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 44 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.05 |
| HSL | 92.89º | 0.88% | 0.56% | - |
| HSV(B) | 92.89º | 0.82% | 0.95% | - |
| XYZ | 41.58 | 68.08 | 13.33 | - |
| YUV | 186.25 | 47.72 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 44 | 0.45 | 0 | 0.82 | 0.05 | 92.89 | 0.88 | 0.56 |
| Hex | 85 | F1 | 2C | 2D | 0 | 52 | 5 | 5D | 58 | 38 |
| Octal | 205 | 361 | 54 | 55 | 0 | 122 | 5 | 135 | 130 | 70 |
| Binary | 10000101 | 11110001 | 101100 | 101101 | 0 | 1010010 | 101 | 1011101 | 1011000 | 111000 |
Color Harmonies of #85F12C
Complementary color
Monochromatic Colors of #85F12C
Black with #85F12C
Text Example
Text Example
White with #85F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F12C; }
p { color: rgb(133,241,44); }
H1.HeaderClassName
{
color: #85F12C;
}
.AnyTagClassName
{
color: #85F12C;
}
</style>
background-color css
<style>
a { background-color: #85F12C; }
a { background-color: rgb(133,241,44); }
div.DivClassName
{
background-color: #85F12C;
}
.BgClassName
{
background-color: #85F12C;
}
</style>
border-color css
<style>
span { border-color: #85F12C; }
span { border-color: rgb(133,241,44); }
td.TdClassName
{
border-color: #85F12C;
}
.TagClassName
{
border-color: #85F12C;
}
</style>