#85D793

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

Shades of De York #85D793

Tints of De York #85D793

Color information

#85D793 (or 0x85D793) is unknown color: approx De York. HEX triplet: 85, D7 and 93. RGB value is (133,215,147). Sum of RGB (Red+Green+Blue) = 133+215+147=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #85D793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D793 is #7A286C. Grayscale: #B6B6B6. Windows color (decimal): -8005741 or 9688965. OLE color: 9688965.

HSL color Cylindrical-coordinate representation of color #85D793: hue angle of 130.24º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D793 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB133215147-
CMYK0.3800.320.16
HSL130.24º50.62%68.24%-
HSV(B)130.24º38.14%84.31%-
XYZ39.2455.6936.29-
YUV182.73107.8392.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=26.87%
G=43.43%
B=29.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151470.3800.320.16130.2450.6268.24
Hex85D7932602010823344
Octal205327223460402020263104
Binary100001011101011110010011100110010000010000100000101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,215,147); }

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

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

 a { background-color: rgb(133,215,147); }

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

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

 span { border-color: rgb(133,215,147); }

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