Html Css Color HEX #86D785 De York

📋 copy color: '#86D785'

red 134 ◦ green 215 ◦ blue 133

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

Shades of De York #86D785

Tints of De York #86D785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 27.8%
G = 44.61%
B = 27.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#86D785 (or 0x86D785) is known color: De York. HEX triplet: 86, D7 and 85. RGB value is (134,215,133). Sum of RGB (Red+Green+Blue) = 134+215+133=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #86D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D785 is #79287A. Grayscale: #B5B5B5. Windows color (decimal): -7940219 or 8771462. OLE color: 8771462.

HSL color Cylindrical-coordinate representation of color #86D785: hue angle of 119.27º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D785 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 133 -
CMYK 0.38 0 0.38 0.16
HSL 119.27º 0.51% 0.68% -
HSV(B) 119.27º 0.38% 0.84% -
XYZ 38.37 55.36 30.85 -
YUV 181.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 134 215 133 0.38 0 0.38 0.16 119.27 0.51 0.68
Hex 86 D7 85 26 0 26 10 77 33 44
Octal 206 327 205 46 0 46 20 167 63 104
Binary 10000110 11010111 10000101 100110 0 100110 10000 1110111 110011 1000100

Color Harmonies of #86D785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D785

Black with #86D785

Text Example


Text Example

White with #86D785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,133); }

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

background-color css

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

 a { background-color: rgb(134,215,133); }

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

border-color css

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

 span { border-color: rgb(134,215,133); }

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