#85BE7D

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

Shades of De York #85BE7D

Tints of De York #85BE7D

Color information

#85BE7D (or 0x85BE7D) is unknown color: approx De York. HEX triplet: 85, BE and 7D. RGB value is (133,190,125). Sum of RGB (Red+Green+Blue) = 133+190+125=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE7D is #7A4182. Grayscale: #A5A5A5. Windows color (decimal): -8012163 or 8240773. OLE color: 8240773.

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

Color convert

RGB133190125-
CMYK0.300.340.25
HSL112.62º33.33%61.76%-
HSV(B)112.62º34.21%74.51%-
XYZ31.7943.2926.08-
YUV165.55105.12104.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=29.69%
G=42.41%
B=27.90%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901250.300.340.25112.6233.3361.76
Hex85BE7D1E0221971213e
Octal20527617536042311614176
Binary10000101101111101111101111100100010110011110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,125); }

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

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

 a { background-color: rgb(133,190,125); }

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

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

 span { border-color: rgb(133,190,125); }

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