Html Css Color HEX #86C875 De York

📋 copy color: '#86C875'

red 134 ◦ green 200 ◦ blue 117

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

Shades of De York #86C875

Tints of De York #86C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 29.71%
G = 44.35%
B = 25.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#86C875 (or 0x86C875) is known color: De York. HEX triplet: 86, C8 and 75. RGB value is (134,200,117). Sum of RGB (Red+Green+Blue) = 134+200+117=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #86C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C875 is #79378A. Grayscale: #ABABAB. Windows color (decimal): -7944075 or 7719046. OLE color: 7719046.

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

Color convert

RGB 134 200 117 -
CMYK 0.33 0 0.42 0.22
HSL 107.71º 0.43% 0.62% -
HSV(B) 107.71º 0.42% 0.78% -
XYZ 33.7 47.66 24.25 -
YUV 170.8 97.63 101.75 -
System Red Green Blue C M Y K H S L
Decimal 134 200 117 0.33 0 0.42 0.22 107.71 0.43 0.62
Hex 86 C8 75 21 0 2A 16 6C 2B 3E
Octal 206 310 165 41 0 52 26 154 53 76
Binary 10000110 11001000 1110101 100001 0 101010 10110 1101100 101011 111110

Color Harmonies of #86C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C875

Black with #86C875

Text Example


Text Example

White with #86C875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,117); }

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

background-color css

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

 a { background-color: rgb(134,200,117); }

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

border-color css

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

 span { border-color: rgb(134,200,117); }

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