#85BF7B

Color #85BF7B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #85BF7B

Tints of De York #85BF7B

Color information

#85BF7B (or 0x85BF7B) is unknown color: approx De York. HEX triplet: 85, BF and 7B. RGB value is (133,191,123). Sum of RGB (Red+Green+Blue) = 133+191+123=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF7B is #7A4084. Grayscale: #A6A6A6. Windows color (decimal): -8011909 or 8109957. OLE color: 8109957.

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

Color convert

RGB133191123-
CMYK0.3000.360.25
HSL111.18º34.69%61.57%-
HSV(B)111.18º35.6%74.9%-
XYZ31.8843.6825.49-
YUV165.91103.78104.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=29.75%
G=42.73%
B=27.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911230.3000.360.25111.1834.6961.57
Hex85BF7B1E024196f233e
Octal20527717336044311574376
Binary10000101101111111111011111100100100110011101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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