Shades of Green Yellow #85F334
Tints of Green Yellow #85F334
RGB
CMYK
RGB Variations
Color information
#85F334 (or 0x85F334) is known color: Green Yellow. HEX triplet: 85, F3 and 34. RGB value is (133,243,52). Sum of RGB (Red+Green+Blue) = 133+243+52=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #85F334 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F334 is #7A0CCB. Grayscale: #BCBCBC. Windows color (decimal): -7998668 or 3470213. OLE color: 3470213.
HSL color Cylindrical-coordinate representation of color #85F334: hue angle of 94.55º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85F334 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 52 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.05 |
| HSL | 94.55º | 0.89% | 0.58% | - |
| HSV(B) | 94.55º | 0.79% | 0.95% | - |
| XYZ | 42.34 | 69.34 | 14.4 | - |
| YUV | 188.34 | 51.06 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 52 | 0.45 | 0 | 0.79 | 0.05 | 94.55 | 0.89 | 0.58 |
| Hex | 85 | F3 | 34 | 2D | 0 | 4F | 5 | 5F | 59 | 3A |
| Octal | 205 | 363 | 64 | 55 | 0 | 117 | 5 | 137 | 131 | 72 |
| Binary | 10000101 | 11110011 | 110100 | 101101 | 0 | 1001111 | 101 | 1011111 | 1011001 | 111010 |
Color Harmonies of #85F334
Complementary color
Monochromatic Colors of #85F334
Black with #85F334
Text Example
Text Example
White with #85F334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F334; }
p { color: rgb(133,243,52); }
H1.HeaderClassName
{
color: #85F334;
}
.AnyTagClassName
{
color: #85F334;
}
</style>
background-color css
<style>
a { background-color: #85F334; }
a { background-color: rgb(133,243,52); }
div.DivClassName
{
background-color: #85F334;
}
.BgClassName
{
background-color: #85F334;
}
</style>
border-color css
<style>
span { border-color: #85F334; }
span { border-color: rgb(133,243,52); }
td.TdClassName
{
border-color: #85F334;
}
.TagClassName
{
border-color: #85F334;
}
</style>