Shades of Yellow Green #85BF3C
Tints of Yellow Green #85BF3C
RGB
CMYK
RGB Variations
Color information
#85BF3C (or 0x85BF3C) is known color: Yellow Green. HEX triplet: 85, BF and 3C. RGB value is (133,191,60). Sum of RGB (Red+Green+Blue) = 133+191+60=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF3C is #7A40C3. Grayscale: #9F9F9F. Windows color (decimal): -8011972 or 3981189. OLE color: 3981189.
HSL color Cylindrical-coordinate representation of color #85BF3C: hue angle of 86.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85BF3C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 60 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.25 |
| HSL | 86.56º | 0.52% | 0.49% | - |
| HSV(B) | 86.56º | 0.69% | 0.75% | - |
| XYZ | 29.12 | 42.57 | 10.96 | - |
| YUV | 158.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 60 | 0.30 | 0 | 0.69 | 0.25 | 86.56 | 0.52 | 0.49 |
| Hex | 85 | BF | 3C | 1E | 0 | 45 | 19 | 57 | 34 | 31 |
| Octal | 205 | 277 | 74 | 36 | 0 | 105 | 31 | 127 | 64 | 61 |
| Binary | 10000101 | 10111111 | 111100 | 11110 | 0 | 1000101 | 11001 | 1010111 | 110100 | 110001 |
Color Harmonies of #85BF3C
Complementary color
Monochromatic Colors of #85BF3C
Black with #85BF3C
Text Example
Text Example
White with #85BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF3C; }
p { color: rgb(133,191,60); }
H1.HeaderClassName
{
color: #85BF3C;
}
.AnyTagClassName
{
color: #85BF3C;
}
</style>
background-color css
<style>
a { background-color: #85BF3C; }
a { background-color: rgb(133,191,60); }
div.DivClassName
{
background-color: #85BF3C;
}
.BgClassName
{
background-color: #85BF3C;
}
</style>
border-color css
<style>
span { border-color: #85BF3C; }
span { border-color: rgb(133,191,60); }
td.TdClassName
{
border-color: #85BF3C;
}
.TagClassName
{
border-color: #85BF3C;
}
</style>