Shades of Yellow Green #85D62B
Tints of Yellow Green #85D62B
RGB
CMYK
RGB Variations
Color information
#85D62B (or 0x85D62B) is known color: Yellow Green. HEX triplet: 85, D6 and 2B. RGB value is (133,214,43). Sum of RGB (Red+Green+Blue) = 133+214+43=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #85D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D62B is #7A29D4. Grayscale: #AAAAAA. Windows color (decimal): -8006101 or 2872965. OLE color: 2872965.
HSL color Cylindrical-coordinate representation of color #85D62B: hue angle of 88.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85D62B is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 43 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.16 |
| HSL | 88.42º | 0.68% | 0.5% | - |
| HSV(B) | 88.42º | 0.8% | 0.84% | - |
| XYZ | 34.16 | 53.25 | 10.76 | - |
| YUV | 170.29 | 56.16 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 43 | 0.38 | 0 | 0.80 | 0.16 | 88.42 | 0.68 | 0.5 |
| Hex | 85 | D6 | 2B | 26 | 0 | 50 | 10 | 58 | 44 | 32 |
| Octal | 205 | 326 | 53 | 46 | 0 | 120 | 20 | 130 | 104 | 62 |
| Binary | 10000101 | 11010110 | 101011 | 100110 | 0 | 1010000 | 10000 | 1011000 | 1000100 | 110010 |
Color Harmonies of #85D62B
Complementary color
Monochromatic Colors of #85D62B
Black with #85D62B
Text Example
Text Example
White with #85D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D62B; }
p { color: rgb(133,214,43); }
H1.HeaderClassName
{
color: #85D62B;
}
.AnyTagClassName
{
color: #85D62B;
}
</style>
background-color css
<style>
a { background-color: #85D62B; }
a { background-color: rgb(133,214,43); }
div.DivClassName
{
background-color: #85D62B;
}
.BgClassName
{
background-color: #85D62B;
}
</style>
border-color css
<style>
span { border-color: #85D62B; }
span { border-color: rgb(133,214,43); }
td.TdClassName
{
border-color: #85D62B;
}
.TagClassName
{
border-color: #85D62B;
}
</style>