Html Css Color HEX #86D486 De York

📋 copy color: '#86D486'

red 134 ◦ green 212 ◦ blue 134

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

Shades of De York #86D486

Tints of De York #86D486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 27.92%
G = 44.17%
B = 27.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#86D486 (or 0x86D486) is known color: De York. HEX triplet: 86, D4 and 86. RGB value is (134,212,134). Sum of RGB (Red+Green+Blue) = 134+212+134=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #86D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D486 is #792B79. Grayscale: #B4B4B4. Windows color (decimal): -7940986 or 8836230. OLE color: 8836230.

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

Color convert

RGB 134 212 134 -
CMYK 0.37 0 0.37 0.17
HSL 120º 0.48% 0.68% -
HSV(B) 120º 0.37% 0.83% -
XYZ 37.68 53.88 30.97 -
YUV 179.79 102.16 95.34 -
System Red Green Blue C M Y K H S L
Decimal 134 212 134 0.37 0 0.37 0.17 120 0.48 0.68
Hex 86 D4 86 25 0 25 11 78 30 44
Octal 206 324 206 45 0 45 21 170 60 104
Binary 10000110 11010100 10000110 100101 0 100101 10001 1111000 110000 1000100

Color Harmonies of #86D486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D486

Black with #86D486

Text Example


Text Example

White with #86D486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,212,134); }

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

background-color css

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

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

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

border-color css

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

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

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