#85C539

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

Shades of Yellow Green #85C539

Tints of Yellow Green #85C539

Color information

#85C539 (or 0x85C539) is unknown color: approx Yellow Green. HEX triplet: 85, C5 and 39. RGB value is (133,197,57). Sum of RGB (Red+Green+Blue) = 133+197+57=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #85C539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C539 is #7A3AC6. Grayscale: #A2A2A2. Windows color (decimal): -8010439 or 3786117. OLE color: 3786117.

HSL color Cylindrical-coordinate representation of color #85C539: hue angle of 87.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85C539 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB13319757-
CMYK0.3200.710.23
HSL87.43º55.12%49.8%-
HSV(B)87.43º71.07%77.25%-
XYZ30.3845.2111-
YUV161.968.8107.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=34.37%
G=50.90%
B=14.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133197570.3200.710.2387.4355.1249.8
Hex85C5392004717573732
Octal20530571400107271276762
Binary100001011100010111100110000001000111101111010111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,57); }

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

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

 a { background-color: rgb(133,197,57); }

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

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

 span { border-color: rgb(133,197,57); }

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