Html Css Color HEX #86D790 De York

📋 copy color: '#86D790'

red 134 ◦ green 215 ◦ blue 144

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

Shades of De York #86D790

Tints of De York #86D790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 27.18%
G = 43.61%
B = 29.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#86D790 (or 0x86D790) is known color: De York. HEX triplet: 86, D7 and 90. RGB value is (134,215,144). Sum of RGB (Red+Green+Blue) = 134+215+144=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #86D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D790 is #79286F. Grayscale: #B6B6B6. Windows color (decimal): -7940208 or 9492358. OLE color: 9492358.

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

Color convert

RGB 134 215 144 -
CMYK 0.38 0 0.33 0.16
HSL 127.41º 0.5% 0.68% -
HSV(B) 127.41º 0.38% 0.84% -
XYZ 39.17 55.68 35.07 -
YUV 182.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 134 215 144 0.38 0 0.33 0.16 127.41 0.5 0.68
Hex 86 D7 90 26 0 21 10 7F 32 44
Octal 206 327 220 46 0 41 20 177 62 104
Binary 10000110 11010111 10010000 100110 0 100001 10000 1111111 110010 1000100

Color Harmonies of #86D790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D790

Black with #86D790

Text Example


Text Example

White with #86D790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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