Html Css Color HEX #86D787 De York

📋 copy color: '#86D787'

red 134 ◦ green 215 ◦ blue 135

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

Shades of De York #86D787

Tints of De York #86D787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 27.69%
G = 44.42%
B = 27.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#86D787 (or 0x86D787) is known color: De York. HEX triplet: 86, D7 and 87. RGB value is (134,215,135). Sum of RGB (Red+Green+Blue) = 134+215+135=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #86D787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D787 is #792878. Grayscale: #B5B5B5. Windows color (decimal): -7940217 or 8902534. OLE color: 8902534.

HSL color Cylindrical-coordinate representation of color #86D787: hue angle of 120.74º degrees, saturation: 0.5, 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 #86D787 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 135 -
CMYK 0.38 0 0.37 0.16
HSL 120.74º 0.5% 0.68% -
HSV(B) 120.74º 0.38% 0.84% -
XYZ 38.51 55.42 31.59 -
YUV 181.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 134 215 135 0.38 0 0.37 0.16 120.74 0.5 0.68
Hex 86 D7 87 26 0 25 10 79 32 44
Octal 206 327 207 46 0 45 20 171 62 104
Binary 10000110 11010111 10000111 100110 0 100101 10000 1111001 110010 1000100

Color Harmonies of #86D787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D787

Black with #86D787

Text Example


Text Example

White with #86D787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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