Shades of Green Yellow #85F232
Tints of Green Yellow #85F232
RGB
CMYK
RGB Variations
Color information
#85F232 (or 0x85F232) is known color: Green Yellow. HEX triplet: 85, F2 and 32. RGB value is (133,242,50). Sum of RGB (Red+Green+Blue) = 133+242+50=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #85F232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F232 is #7A0DCD. Grayscale: #BCBCBC. Windows color (decimal): -7998926 or 3338885. OLE color: 3338885.
HSL color Cylindrical-coordinate representation of color #85F232: hue angle of 94.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85F232 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 50 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.05 |
| HSL | 94.06º | 0.88% | 0.57% | - |
| HSV(B) | 94.06º | 0.79% | 0.95% | - |
| XYZ | 42 | 68.72 | 14.07 | - |
| YUV | 187.52 | 50.39 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 50 | 0.45 | 0 | 0.79 | 0.05 | 94.06 | 0.88 | 0.57 |
| Hex | 85 | F2 | 32 | 2D | 0 | 4F | 5 | 5E | 58 | 39 |
| Octal | 205 | 362 | 62 | 55 | 0 | 117 | 5 | 136 | 130 | 71 |
| Binary | 10000101 | 11110010 | 110010 | 101101 | 0 | 1001111 | 101 | 1011110 | 1011000 | 111001 |
Color Harmonies of #85F232
Complementary color
Monochromatic Colors of #85F232
Black with #85F232
Text Example
Text Example
White with #85F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F232; }
p { color: rgb(133,242,50); }
H1.HeaderClassName
{
color: #85F232;
}
.AnyTagClassName
{
color: #85F232;
}
</style>
background-color css
<style>
a { background-color: #85F232; }
a { background-color: rgb(133,242,50); }
div.DivClassName
{
background-color: #85F232;
}
.BgClassName
{
background-color: #85F232;
}
</style>
border-color css
<style>
span { border-color: #85F232; }
span { border-color: rgb(133,242,50); }
td.TdClassName
{
border-color: #85F232;
}
.TagClassName
{
border-color: #85F232;
}
</style>