Html Css Color HEX #86DA8B De York

📋 copy color: '#86DA8B'

red 134 ◦ green 218 ◦ blue 139

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

Shades of De York #86DA8B

Tints of De York #86DA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 27.29%
G = 44.4%
B = 28.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#86DA8B (or 0x86DA8B) is known color: De York. HEX triplet: 86, DA and 8B. RGB value is (134,218,139). Sum of RGB (Red+Green+Blue) = 134+218+139=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA8B is #792574. Grayscale: #B8B8B8. Windows color (decimal): -7939445 or 9165446. OLE color: 9165446.

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

Color convert

RGB 134 218 139 -
CMYK 0.39 0 0.36 0.15
HSL 123.57º 0.53% 0.69% -
HSV(B) 123.57º 0.39% 0.85% -
XYZ 39.56 57.08 33.36 -
YUV 183.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 134 218 139 0.39 0 0.36 0.15 123.57 0.53 0.69
Hex 86 DA 8B 27 0 24 F 7C 35 45
Octal 206 332 213 47 0 44 17 174 65 105
Binary 10000110 11011010 10001011 100111 0 100100 1111 1111100 110101 1000101

Color Harmonies of #86DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA8B

Black with #86DA8B

Text Example


Text Example

White with #86DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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