Shades of Yellow Green #85D21F
Tints of Yellow Green #85D21F
RGB
CMYK
RGB Variations
Color information
#85D21F (or 0x85D21F) is known color: Yellow Green. HEX triplet: 85, D2 and 1F. RGB value is (133,210,31). Sum of RGB (Red+Green+Blue) = 133+210+31=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 210 (82.42% from 255 or 56.15% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 210 - color contains mainly: green. Hex color #85D21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D21F is #7A2DE0. Grayscale: #A7A7A7. Windows color (decimal): -8007137 or 2085509. OLE color: 2085509.
HSL color Cylindrical-coordinate representation of color #85D21F: hue angle of 85.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85D21F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 31 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.18 |
| HSL | 85.81º | 0.74% | 0.47% | - |
| HSV(B) | 85.81º | 0.85% | 0.82% | - |
| XYZ | 32.97 | 51.18 | 9.44 | - |
| YUV | 166.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 31 | 0.37 | 0 | 0.85 | 0.18 | 85.81 | 0.74 | 0.47 |
| Hex | 85 | D2 | 1F | 25 | 0 | 55 | 12 | 56 | 4A | 2F |
| Octal | 205 | 322 | 37 | 45 | 0 | 125 | 22 | 126 | 112 | 57 |
| Binary | 10000101 | 11010010 | 11111 | 100101 | 0 | 1010101 | 10010 | 1010110 | 1001010 | 101111 |
Color Harmonies of #85D21F
Complementary color
Monochromatic Colors of #85D21F
Black with #85D21F
Text Example
Text Example
White with #85D21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D21F; }
p { color: rgb(133,210,31); }
H1.HeaderClassName
{
color: #85D21F;
}
.AnyTagClassName
{
color: #85D21F;
}
</style>
background-color css
<style>
a { background-color: #85D21F; }
a { background-color: rgb(133,210,31); }
div.DivClassName
{
background-color: #85D21F;
}
.BgClassName
{
background-color: #85D21F;
}
</style>
border-color css
<style>
span { border-color: #85D21F; }
span { border-color: rgb(133,210,31); }
td.TdClassName
{
border-color: #85D21F;
}
.TagClassName
{
border-color: #85D21F;
}
</style>