#86D990

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

Shades of De York #86D990

Tints of De York #86D990

Color information

#86D990 (or 0x86D990) is unknown color: approx De York. HEX triplet: 86, D9 and 90. RGB value is (134,217,144). Sum of RGB (Red+Green+Blue) = 134+217+144=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #86D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D990 is #79266F. Grayscale: #B8B8B8. Windows color (decimal): -7939696 or 9492870. OLE color: 9492870.

HSL color Cylindrical-coordinate representation of color #86D990: hue angle of 127.23º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D990 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB134217144-
CMYK0.3800.340.15
HSL127.23º52.2%68.82%-
HSV(B)127.23º38.25%85.1%-
XYZ39.6856.7135.24-
YUV183.86105.592.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=27.07%
G=43.84%
B=29.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171440.3800.340.15127.2352.268.82
Hex86D99026022F7f3445
Octal206331220460421717764105
Binary1000011011011001100100001001100100010111111111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86D990; }

 p { color: rgb(134,217,144); }

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

<style>
 a { background-color: #86D990; }

 a { background-color: rgb(134,217,144); }

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

<style>
 span { border-color: #86D990; }

 span { border-color: rgb(134,217,144); }

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