Html Css Color HEX #86D794 De York

📋 copy color: '#86D794'

red 134 ◦ green 215 ◦ blue 148

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

Shades of De York #86D794

Tints of De York #86D794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 26.96%
G = 43.26%
B = 29.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#86D794 (or 0x86D794) is known color: De York. HEX triplet: 86, D7 and 94. RGB value is (134,215,148). Sum of RGB (Red+Green+Blue) = 134+215+148=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #86D794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D794 is #79286B. Grayscale: #B7B7B7. Windows color (decimal): -7940204 or 9754502. OLE color: 9754502.

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

Color convert

RGB 134 215 148 -
CMYK 0.38 0 0.31 0.16
HSL 130.37º 0.5% 0.68% -
HSV(B) 130.37º 0.38% 0.84% -
XYZ 39.48 55.81 36.71 -
YUV 183.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 134 215 148 0.38 0 0.31 0.16 130.37 0.5 0.68
Hex 86 D7 94 26 0 1F 10 82 32 44
Octal 206 327 224 46 0 37 20 202 62 104
Binary 10000110 11010111 10010100 100110 0 11111 10000 10000010 110010 1000100

Color Harmonies of #86D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D794

Black with #86D794

Text Example


Text Example

White with #86D794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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