Shades of Yellow Green #85D00F
Tints of Yellow Green #85D00F
RGB
CMYK
RGB Variations
Color information
#85D00F (or 0x85D00F) is known color: Yellow Green. HEX triplet: 85, D0 and 0F. RGB value is (133,208,15). Sum of RGB (Red+Green+Blue) = 133+208+15=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #85D00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D00F is #7A2FF0. Grayscale: #A4A4A4. Windows color (decimal): -8007665 or 1036421. OLE color: 1036421.
HSL color Cylindrical-coordinate representation of color #85D00F: hue angle of 83.32º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85D00F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 15 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.18 |
| HSL | 83.32º | 0.87% | 0.44% | - |
| HSV(B) | 83.32º | 0.93% | 0.82% | - |
| XYZ | 32.31 | 50.13 | 8.43 | - |
| YUV | 163.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 15 | 0.36 | 0 | 0.93 | 0.18 | 83.32 | 0.87 | 0.44 |
| Hex | 85 | D0 | F | 24 | 0 | 5D | 12 | 53 | 57 | 2C |
| Octal | 205 | 320 | 17 | 44 | 0 | 135 | 22 | 123 | 127 | 54 |
| Binary | 10000101 | 11010000 | 1111 | 100100 | 0 | 1011101 | 10010 | 1010011 | 1010111 | 101100 |
Color Harmonies of #85D00F
Complementary color
Monochromatic Colors of #85D00F
Black with #85D00F
Text Example
Text Example
White with #85D00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D00F; }
p { color: rgb(133,208,15); }
H1.HeaderClassName
{
color: #85D00F;
}
.AnyTagClassName
{
color: #85D00F;
}
</style>
background-color css
<style>
a { background-color: #85D00F; }
a { background-color: rgb(133,208,15); }
div.DivClassName
{
background-color: #85D00F;
}
.BgClassName
{
background-color: #85D00F;
}
</style>
border-color css
<style>
span { border-color: #85D00F; }
span { border-color: rgb(133,208,15); }
td.TdClassName
{
border-color: #85D00F;
}
.TagClassName
{
border-color: #85D00F;
}
</style>