Html Css Color HEX #86D082 De York

📋 copy color: '#86D082'

red 134 ◦ green 208 ◦ blue 130

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

Shades of De York #86D082

Tints of De York #86D082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 28.39%
G = 44.07%
B = 27.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#86D082 (or 0x86D082) is known color: De York. HEX triplet: 86, D0 and 82. RGB value is (134,208,130). Sum of RGB (Red+Green+Blue) = 134+208+130=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #86D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D082 is #792F7D. Grayscale: #B1B1B1. Windows color (decimal): -7942014 or 8573062. OLE color: 8573062.

HSL color Cylindrical-coordinate representation of color #86D082: hue angle of 116.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D082 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 208 130 -
CMYK 0.36 0 0.38 0.18
HSL 116.92º 0.45% 0.66% -
HSV(B) 116.92º 0.38% 0.82% -
XYZ 36.42 51.79 29.2 -
YUV 176.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 134 208 130 0.36 0 0.38 0.18 116.92 0.45 0.66
Hex 86 D0 82 24 0 26 12 75 2D 42
Octal 206 320 202 44 0 46 22 165 55 102
Binary 10000110 11010000 10000010 100100 0 100110 10010 1110101 101101 1000010

Color Harmonies of #86D082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D082

Black with #86D082

Text Example


Text Example

White with #86D082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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