Html Css Color HEX #86D982 De York

📋 copy color: '#86D982'

red 134 ◦ green 217 ◦ blue 130

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

Shades of De York #86D982

Tints of De York #86D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 27.86%
G = 45.11%
B = 27.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#86D982 (or 0x86D982) is known color: De York. HEX triplet: 86, D9 and 82. RGB value is (134,217,130). Sum of RGB (Red+Green+Blue) = 134+217+130=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #86D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D982 is #79267D. Grayscale: #B6B6B6. Windows color (decimal): -7939710 or 8575366. OLE color: 8575366.

HSL color Cylindrical-coordinate representation of color #86D982: hue angle of 117.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86D982 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 130 -
CMYK 0.38 0 0.40 0.15
HSL 117.24º 0.53% 0.68% -
HSV(B) 117.24º 0.4% 0.85% -
XYZ 38.67 56.31 29.95 -
YUV 182.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 134 217 130 0.38 0 0.40 0.15 117.24 0.53 0.68
Hex 86 D9 82 26 0 28 F 75 35 44
Octal 206 331 202 46 0 50 17 165 65 104
Binary 10000110 11011001 10000010 100110 0 101000 1111 1110101 110101 1000100

Color Harmonies of #86D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D982

Black with #86D982

Text Example


Text Example

White with #86D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,130); }

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

background-color css

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

 a { background-color: rgb(134,217,130); }

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

border-color css

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

 span { border-color: rgb(134,217,130); }

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