Html Css Color HEX #86DA8D De York

📋 copy color: '#86DA8D'

red 134 ◦ green 218 ◦ blue 141

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

Shades of De York #86DA8D

Tints of De York #86DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 27.18%
G = 44.22%
B = 28.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#86DA8D (or 0x86DA8D) is known color: De York. HEX triplet: 86, DA and 8D. RGB value is (134,218,141). Sum of RGB (Red+Green+Blue) = 134+218+141=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA8D is #792572. Grayscale: #B8B8B8. Windows color (decimal): -7939443 or 9296518. OLE color: 9296518.

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

Color convert

RGB 134 218 141 -
CMYK 0.39 0 0.35 0.15
HSL 125º 0.53% 0.69% -
HSV(B) 125º 0.39% 0.85% -
XYZ 39.71 57.13 34.13 -
YUV 184.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 134 218 141 0.39 0 0.35 0.15 125 0.53 0.69
Hex 86 DA 8D 27 0 23 F 7D 35 45
Octal 206 332 215 47 0 43 17 175 65 105
Binary 10000110 11011010 10001101 100111 0 100011 1111 1111101 110101 1000101

Color Harmonies of #86DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA8D

Black with #86DA8D

Text Example


Text Example

White with #86DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,218,141); }

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

background-color css

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

 a { background-color: rgb(134,218,141); }

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

border-color css

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

 span { border-color: rgb(134,218,141); }

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