Html Css Color HEX #86DC91 De York

📋 copy color: '#86DC91'

red 134 ◦ green 220 ◦ blue 145

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

Shades of De York #86DC91

Tints of De York #86DC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 26.85%
G = 44.09%
B = 29.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#86DC91 (or 0x86DC91) is known color: De York. HEX triplet: 86, DC and 91. RGB value is (134,220,145). Sum of RGB (Red+Green+Blue) = 134+220+145=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC91 is #79236E. Grayscale: #B9B9B9. Windows color (decimal): -7938927 or 9559174. OLE color: 9559174.

HSL color Cylindrical-coordinate representation of color #86DC91: hue angle of 127.67º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DC91 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 145 -
CMYK 0.39 0 0.34 0.14
HSL 127.67º 0.55% 0.69% -
HSV(B) 127.67º 0.39% 0.86% -
XYZ 40.54 58.3 35.9 -
YUV 185.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 134 220 145 0.39 0 0.34 0.14 127.67 0.55 0.69
Hex 86 DC 91 27 0 22 E 80 37 45
Octal 206 334 221 47 0 42 16 200 67 105
Binary 10000110 11011100 10010001 100111 0 100010 1110 10000000 110111 1000101

Color Harmonies of #86DC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC91

Black with #86DC91

Text Example


Text Example

White with #86DC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,145); }

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

background-color css

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

 a { background-color: rgb(134,220,145); }

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

border-color css

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

 span { border-color: rgb(134,220,145); }

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