#85BD3F

Color #85BD3F Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #85BD3F

Tints of Yellow Green #85BD3F

Color information

#85BD3F (or 0x85BD3F) is unknown color: approx Yellow Green. HEX triplet: 85, BD and 3F. RGB value is (133,189,63). Sum of RGB (Red+Green+Blue) = 133+189+63=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD3F is #7A42C0. Grayscale: #9E9E9E. Windows color (decimal): -8012481 or 4177285. OLE color: 4177285.

HSL color Cylindrical-coordinate representation of color #85BD3F: hue angle of 86.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85BD3F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB13318963-
CMYK0.3000.670.26
HSL86.67º50%49.41%-
HSV(B)86.67º66.67%74.12%-
XYZ28.7741.7411.24-
YUV157.8974.45110.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 189 (74.22% from 255) = 49.09%
BLUE value IS 63 (25% from 255) = 16.36%
R=34.55%
G=49.09%
B=16.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189630.3000.670.2686.675049.41
Hex85BD3F1E0431A573231
Octal20527577360103321276261
Binary10000101101111011111111111001000011110101010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BD3F; }

 p { color: rgb(133,189,63); }

 H1.HeaderClassName
 {
   color: #85BD3F;
 }
 .AnyTagClassName
 {
   color: #85BD3F;
 }
</style>
background-color css

<style>
 a { background-color: #85BD3F; }

 a { background-color: rgb(133,189,63); }

 div.DivClassName
 {
   background-color: #85BD3F;
 }
 .BgClassName
 {
   background-color: #85BD3F;
 }
</style>
border-color css

<style>
 span { border-color: #85BD3F; }

 span { border-color: rgb(133,189,63); }

 td.TdClassName
 {
   border-color: #85BD3F;
 }
 .TagClassName
 {
   border-color: #85BD3F;
 }
</style>