#86D998

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

Shades of De York #86D998

Tints of De York #86D998

Color information

#86D998 (or 0x86D998) is unknown color: approx De York. HEX triplet: 86, D9 and 98. RGB value is (134,217,152). Sum of RGB (Red+Green+Blue) = 134+217+152=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #86D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D998 is #792667. Grayscale: #B8B8B8. Windows color (decimal): -7939688 or 10017158. OLE color: 10017158.

HSL color Cylindrical-coordinate representation of color #86D998: hue angle of 133.01º 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 #86D998 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB134217152-
CMYK0.3800.300.15
HSL133.01º52.2%68.82%-
HSV(B)133.01º38.25%85.1%-
XYZ40.3156.9638.58-
YUV184.77109.591.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=26.64%
G=43.14%
B=30.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171520.3800.300.15133.0152.268.82
Hex86D9982601EF853445
Octal206331230460361720564105
Binary1000011011011001100110001001100111101111100001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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