Html Css Color HEX #86C78C De York

📋 copy color: '#86C78C'

red 134 ◦ green 199 ◦ blue 140

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

Shades of De York #86C78C

Tints of De York #86C78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 28.33%
G = 42.07%
B = 29.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#86C78C (or 0x86C78C) is known color: De York. HEX triplet: 86, C7 and 8C. RGB value is (134,199,140). Sum of RGB (Red+Green+Blue) = 134+199+140=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #86C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C78C is #793873. Grayscale: #ADADAD. Windows color (decimal): -7944308 or 9226118. OLE color: 9226118.

HSL color Cylindrical-coordinate representation of color #86C78C: hue angle of 125.54º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C78C is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 199 140 -
CMYK 0.33 0 0.30 0.22
HSL 125.54º 0.37% 0.65% -
HSV(B) 125.54º 0.33% 0.78% -
XYZ 34.99 47.81 32.19 -
YUV 172.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 134 199 140 0.33 0 0.30 0.22 125.54 0.37 0.65
Hex 86 C7 8C 21 0 1E 16 7E 25 41
Octal 206 307 214 41 0 36 26 176 45 101
Binary 10000110 11000111 10001100 100001 0 11110 10110 1111110 100101 1000001

Color Harmonies of #86C78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C78C

Black with #86C78C

Text Example


Text Example

White with #86C78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,199,140); }

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

background-color css

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

 a { background-color: rgb(134,199,140); }

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

border-color css

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

 span { border-color: rgb(134,199,140); }

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