Html Css Color HEX #86D688 De York

📋 copy color: '#86D688'

red 134 ◦ green 214 ◦ blue 136

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

Shades of De York #86D688

Tints of De York #86D688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 27.69%
G = 44.21%
B = 28.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#86D688 (or 0x86D688) is known color: De York. HEX triplet: 86, D6 and 88. RGB value is (134,214,136). Sum of RGB (Red+Green+Blue) = 134+214+136=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #86D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D688 is #792977. Grayscale: #B5B5B5. Windows color (decimal): -7940472 or 8967814. OLE color: 8967814.

HSL color Cylindrical-coordinate representation of color #86D688: hue angle of 121.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 #86D688 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 136 -
CMYK 0.37 0 0.36 0.16
HSL 121.5º 0.49% 0.68% -
HSV(B) 121.5º 0.37% 0.84% -
XYZ 38.32 54.94 31.88 -
YUV 181.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 134 214 136 0.37 0 0.36 0.16 121.5 0.49 0.68
Hex 86 D6 88 25 0 24 10 7A 31 44
Octal 206 326 210 45 0 44 20 172 61 104
Binary 10000110 11010110 10001000 100101 0 100100 10000 1111010 110001 1000100

Color Harmonies of #86D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D688

Black with #86D688

Text Example


Text Example

White with #86D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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