Html Css Color HEX #86DC90 De York

📋 copy color: '#86DC90'

red 134 ◦ green 220 ◦ blue 144

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

Shades of De York #86DC90

Tints of De York #86DC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 26.91%
G = 44.18%
B = 28.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#86DC90 (or 0x86DC90) is known color: De York. HEX triplet: 86, DC and 90. RGB value is (134,220,144). Sum of RGB (Red+Green+Blue) = 134+220+144=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC90 is #79236F. Grayscale: #B9B9B9. Windows color (decimal): -7938928 or 9493638. OLE color: 9493638.

HSL color Cylindrical-coordinate representation of color #86DC90: hue angle of 126.98º 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 #86DC90 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 144 -
CMYK 0.39 0 0.35 0.14
HSL 126.98º 0.55% 0.69% -
HSV(B) 126.98º 0.39% 0.86% -
XYZ 40.46 58.27 35.5 -
YUV 185.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 134 220 144 0.39 0 0.35 0.14 126.98 0.55 0.69
Hex 86 DC 90 27 0 23 E 7F 37 45
Octal 206 334 220 47 0 43 16 177 67 105
Binary 10000110 11011100 10010000 100111 0 100011 1110 1111111 110111 1000101

Color Harmonies of #86DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC90

Black with #86DC90

Text Example


Text Example

White with #86DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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