Html Css Color HEX #86D382 De York

📋 copy color: '#86D382'

red 134 ◦ green 211 ◦ blue 130

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

Shades of De York #86D382

Tints of De York #86D382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.42%

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

R = 28.21%
G = 44.42%
B = 27.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#86D382 (or 0x86D382) is known color: De York. HEX triplet: 86, D3 and 82. RGB value is (134,211,130). Sum of RGB (Red+Green+Blue) = 134+211+130=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #86D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D382 is #792C7D. Grayscale: #B2B2B2. Windows color (decimal): -7941246 or 8573830. OLE color: 8573830.

HSL color Cylindrical-coordinate representation of color #86D382: hue angle of 117.04º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D382 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 130 -
CMYK 0.36 0 0.38 0.17
HSL 117.04º 0.48% 0.67% -
HSV(B) 117.04º 0.38% 0.83% -
XYZ 37.16 53.27 29.44 -
YUV 178.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 134 211 130 0.36 0 0.38 0.17 117.04 0.48 0.67
Hex 86 D3 82 24 0 26 11 75 30 43
Octal 206 323 202 44 0 46 21 165 60 103
Binary 10000110 11010011 10000010 100100 0 100110 10001 1110101 110000 1000011

Color Harmonies of #86D382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D382

Black with #86D382

Text Example


Text Example

White with #86D382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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