Html Css Color HEX #86D88F De York

📋 copy color: '#86D88F'

red 134 ◦ green 216 ◦ blue 143

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

Shades of De York #86D88F

Tints of De York #86D88F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 27.18%
G = 43.81%
B = 29.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#86D88F (or 0x86D88F) is known color: De York. HEX triplet: 86, D8 and 8F. RGB value is (134,216,143). Sum of RGB (Red+Green+Blue) = 134+216+143=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #86D88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D88F is #792770. Grayscale: #B7B7B7. Windows color (decimal): -7939953 or 9427078. OLE color: 9427078.

HSL color Cylindrical-coordinate representation of color #86D88F: hue angle of 126.59º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D88F is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 143 -
CMYK 0.38 0 0.34 0.15
HSL 126.59º 0.51% 0.69% -
HSV(B) 126.59º 0.38% 0.85% -
XYZ 39.35 56.16 34.75 -
YUV 183.16 105.33 92.94 -
System Red Green Blue C M Y K H S L
Decimal 134 216 143 0.38 0 0.34 0.15 126.59 0.51 0.69
Hex 86 D8 8F 26 0 22 F 7F 33 45
Octal 206 330 217 46 0 42 17 177 63 105
Binary 10000110 11011000 10001111 100110 0 100010 1111 1111111 110011 1000101

Color Harmonies of #86D88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D88F

Black with #86D88F

Text Example


Text Example

White with #86D88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,216,143); }

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

background-color css

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

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

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

border-color css

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

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

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