#85AF50

Color #85AF50 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85AF50

Tints of Chelsea Cucumber #85AF50

Color information

#85AF50 (or 0x85AF50) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AF and 50. RGB value is (133,175,80). Sum of RGB (Red+Green+Blue) = 133+175+80=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF50 is #7A50AF. Grayscale: #979797. Windows color (decimal): -8016048 or 5287813. OLE color: 5287813.

HSL color Cylindrical-coordinate representation of color #85AF50: hue angle of 86.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85AF50 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB13317580-
CMYK0.2400.540.31
HSL86.53º37.25%50%-
HSV(B)86.53º54.29%68.63%-
XYZ26.4536.2313.19-
YUV151.6187.59114.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=34.28%
G=45.10%
B=20.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175800.2400.540.3186.5337.2550
Hex85AF50180361F572532
Octal20525712030066371274562
Binary10000101101011111010000110000110110111111010111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,80); }

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

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

 a { background-color: rgb(133,175,80); }

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

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

 span { border-color: rgb(133,175,80); }

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