Html Css Color HEX #86D083 De York

📋 copy color: '#86D083'

red 134 ◦ green 208 ◦ blue 131

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

Shades of De York #86D083

Tints of De York #86D083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.7%

R = 28.33%
G = 43.97%
B = 27.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#86D083 (or 0x86D083) is known color: De York. HEX triplet: 86, D0 and 83. RGB value is (134,208,131). Sum of RGB (Red+Green+Blue) = 134+208+131=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #86D083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D083 is #792F7C. Grayscale: #B1B1B1. Windows color (decimal): -7942013 or 8638598. OLE color: 8638598.

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

Color convert

RGB 134 208 131 -
CMYK 0.36 0 0.37 0.18
HSL 117.66º 0.45% 0.66% -
HSV(B) 117.66º 0.37% 0.82% -
XYZ 36.48 51.82 29.55 -
YUV 177.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 134 208 131 0.36 0 0.37 0.18 117.66 0.45 0.66
Hex 86 D0 83 24 0 25 12 76 2D 42
Octal 206 320 203 44 0 45 22 166 55 102
Binary 10000110 11010000 10000011 100100 0 100101 10010 1110110 101101 1000010

Color Harmonies of #86D083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D083

Black with #86D083

Text Example


Text Example

White with #86D083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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