Shades of Yellow Green #85D633
Tints of Yellow Green #85D633
RGB
CMYK
RGB Variations
Color information
#85D633 (or 0x85D633) is known color: Yellow Green. HEX triplet: 85, D6 and 33. RGB value is (133,214,51). Sum of RGB (Red+Green+Blue) = 133+214+51=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #85D633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D633 is #7A29CC. Grayscale: #ABABAB. Windows color (decimal): -8006093 or 3397253. OLE color: 3397253.
HSL color Cylindrical-coordinate representation of color #85D633: hue angle of 89.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85D633 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 51 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.16 |
| HSL | 89.82º | 0.67% | 0.52% | - |
| HSV(B) | 89.82º | 0.76% | 0.84% | - |
| XYZ | 34.32 | 53.32 | 11.61 | - |
| YUV | 171.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 51 | 0.38 | 0 | 0.76 | 0.16 | 89.82 | 0.67 | 0.52 |
| Hex | 85 | D6 | 33 | 26 | 0 | 4C | 10 | 5A | 43 | 34 |
| Octal | 205 | 326 | 63 | 46 | 0 | 114 | 20 | 132 | 103 | 64 |
| Binary | 10000101 | 11010110 | 110011 | 100110 | 0 | 1001100 | 10000 | 1011010 | 1000011 | 110100 |
Color Harmonies of #85D633
Complementary color
Monochromatic Colors of #85D633
Black with #85D633
Text Example
Text Example
White with #85D633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D633; }
p { color: rgb(133,214,51); }
H1.HeaderClassName
{
color: #85D633;
}
.AnyTagClassName
{
color: #85D633;
}
</style>
background-color css
<style>
a { background-color: #85D633; }
a { background-color: rgb(133,214,51); }
div.DivClassName
{
background-color: #85D633;
}
.BgClassName
{
background-color: #85D633;
}
</style>
border-color css
<style>
span { border-color: #85D633; }
span { border-color: rgb(133,214,51); }
td.TdClassName
{
border-color: #85D633;
}
.TagClassName
{
border-color: #85D633;
}
</style>