Html Css Color HEX #86D690 De York

📋 copy color: '#86D690'

red 134 ◦ green 214 ◦ blue 144

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

Shades of De York #86D690

Tints of De York #86D690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 27.24%
G = 43.5%
B = 29.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#86D690 (or 0x86D690) is known color: De York. HEX triplet: 86, D6 and 90. RGB value is (134,214,144). Sum of RGB (Red+Green+Blue) = 134+214+144=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #86D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D690 is #79296F. Grayscale: #B6B6B6. Windows color (decimal): -7940464 or 9492102. OLE color: 9492102.

HSL color Cylindrical-coordinate representation of color #86D690: hue angle of 127.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D690 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 144 -
CMYK 0.37 0 0.33 0.16
HSL 127.5º 0.49% 0.68% -
HSV(B) 127.5º 0.37% 0.84% -
XYZ 38.91 55.18 34.98 -
YUV 182.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 134 214 144 0.37 0 0.33 0.16 127.5 0.49 0.68
Hex 86 D6 90 25 0 21 10 80 31 44
Octal 206 326 220 45 0 41 20 200 61 104
Binary 10000110 11010110 10010000 100101 0 100001 10000 10000000 110001 1000100

Color Harmonies of #86D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D690

Black with #86D690

Text Example


Text Example

White with #86D690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,144); }

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

background-color css

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

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

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

border-color css

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

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

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