Shades of Yellow Green #85DB27
Tints of Yellow Green #85DB27
RGB
CMYK
RGB Variations
Color information
#85DB27 (or 0x85DB27) is known color: Yellow Green. HEX triplet: 85, DB and 27. RGB value is (133,219,39). Sum of RGB (Red+Green+Blue) = 133+219+39=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DB27 is #7A24D8. Grayscale: #ADADAD. Windows color (decimal): -8004825 or 2612101. OLE color: 2612101.
HSL color Cylindrical-coordinate representation of color #85DB27: hue angle of 88.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85DB27 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 39 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.14 |
| HSL | 88.67º | 0.71% | 0.51% | - |
| HSV(B) | 88.67º | 0.82% | 0.86% | - |
| XYZ | 35.37 | 55.8 | 10.82 | - |
| YUV | 172.77 | 52.51 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 39 | 0.39 | 0 | 0.82 | 0.14 | 88.67 | 0.71 | 0.51 |
| Hex | 85 | DB | 27 | 27 | 0 | 52 | E | 59 | 47 | 33 |
| Octal | 205 | 333 | 47 | 47 | 0 | 122 | 16 | 131 | 107 | 63 |
| Binary | 10000101 | 11011011 | 100111 | 100111 | 0 | 1010010 | 1110 | 1011001 | 1000111 | 110011 |
Color Harmonies of #85DB27
Complementary color
Monochromatic Colors of #85DB27
Black with #85DB27
Text Example
Text Example
White with #85DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB27; }
p { color: rgb(133,219,39); }
H1.HeaderClassName
{
color: #85DB27;
}
.AnyTagClassName
{
color: #85DB27;
}
</style>
background-color css
<style>
a { background-color: #85DB27; }
a { background-color: rgb(133,219,39); }
div.DivClassName
{
background-color: #85DB27;
}
.BgClassName
{
background-color: #85DB27;
}
</style>
border-color css
<style>
span { border-color: #85DB27; }
span { border-color: rgb(133,219,39); }
td.TdClassName
{
border-color: #85DB27;
}
.TagClassName
{
border-color: #85DB27;
}
</style>