Html Css Color HEX #86DD8F De York

📋 copy color: '#86DD8F'

red 134 ◦ green 221 ◦ blue 143

#86DD8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #86DD8F

Tints of De York #86DD8F

RGB

 RED value IS 134 (52.73% from 255) = 26.91%

 GREEN value IS 221 (86.72% from 255) = 44.38%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 26.91%
G = 44.38%
B = 28.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#86DD8F (or 0x86DD8F) is known color: De York. HEX triplet: 86, DD and 8F. RGB value is (134,221,143). Sum of RGB (Red+Green+Blue) = 134+221+143=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD8F is #792270. Grayscale: #BABABA. Windows color (decimal): -7938673 or 9428358. OLE color: 9428358.

HSL color Cylindrical-coordinate representation of color #86DD8F: hue angle of 126.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD8F is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 143 -
CMYK 0.39 0 0.35 0.13
HSL 126.21º 0.56% 0.7% -
HSV(B) 126.21º 0.39% 0.87% -
XYZ 40.65 58.76 35.19 -
YUV 186.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 134 221 143 0.39 0 0.35 0.13 126.21 0.56 0.7
Hex 86 DD 8F 27 0 23 D 7E 38 46
Octal 206 335 217 47 0 43 15 176 70 106
Binary 10000110 11011101 10001111 100111 0 100011 1101 1111110 111000 1000110

Color Harmonies of #86DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD8F

Black with #86DD8F

Text Example


Text Example

White with #86DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,221,143); }

 H1.HeaderClassName
 {
   color: #86DD8F;
 }
 .AnyTagClassName
 {
   color: #86DD8F;
 }
</style>

background-color css

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

 a { background-color: rgb(134,221,143); }

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

border-color css

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

 span { border-color: rgb(134,221,143); }

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