#85BF3E

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

Shades of Yellow Green #85BF3E

Tints of Yellow Green #85BF3E

Color information

#85BF3E (or 0x85BF3E) is unknown color: approx Yellow Green. HEX triplet: 85, BF and 3E. RGB value is (133,191,62). Sum of RGB (Red+Green+Blue) = 133+191+62=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF3E is #7A40C1. Grayscale: #9F9F9F. Windows color (decimal): -8011970 or 4112261. OLE color: 4112261.

HSL color Cylindrical-coordinate representation of color #85BF3E: hue angle of 86.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85BF3E is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB13319162-
CMYK0.3000.680.25
HSL86.98º50.99%49.61%-
HSV(B)86.98º67.54%74.9%-
XYZ29.1742.611.24-
YUV158.9573.28109.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 191 (75% from 255) = 49.48%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=34.46%
G=49.48%
B=16.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133191620.3000.680.2586.9850.9949.61
Hex85BF3E1E04419573332
Octal20527776360104311276362
Binary10000101101111111111101111001000100110011010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,191,62); }

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

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

 a { background-color: rgb(133,191,62); }

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

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

 span { border-color: rgb(133,191,62); }

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