Html Css Color HEX #86DA89 De York

📋 copy color: '#86DA89'

red 134 ◦ green 218 ◦ blue 137

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

Shades of De York #86DA89

Tints of De York #86DA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 27.4%
G = 44.58%
B = 28.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#86DA89 (or 0x86DA89) is known color: De York. HEX triplet: 86, DA and 89. RGB value is (134,218,137). Sum of RGB (Red+Green+Blue) = 134+218+137=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA89 is #792576. Grayscale: #B7B7B7. Windows color (decimal): -7939447 or 9034374. OLE color: 9034374.

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

Color convert

RGB 134 218 137 -
CMYK 0.39 0 0.37 0.15
HSL 122.14º 0.53% 0.69% -
HSV(B) 122.14º 0.39% 0.85% -
XYZ 39.42 57.02 32.59 -
YUV 183.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 134 218 137 0.39 0 0.37 0.15 122.14 0.53 0.69
Hex 86 DA 89 27 0 25 F 7A 35 45
Octal 206 332 211 47 0 45 17 172 65 105
Binary 10000110 11011010 10001001 100111 0 100101 1111 1111010 110101 1000101

Color Harmonies of #86DA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA89

Black with #86DA89

Text Example


Text Example

White with #86DA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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