Html Css Color HEX #86D67D De York

📋 copy color: '#86D67D'

red 134 ◦ green 214 ◦ blue 125

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

Shades of De York #86D67D

Tints of De York #86D67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 28.33%
G = 45.24%
B = 26.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#86D67D (or 0x86D67D) is known color: De York. HEX triplet: 86, D6 and 7D. RGB value is (134,214,125). Sum of RGB (Red+Green+Blue) = 134+214+125=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #86D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D67D is #792982. Grayscale: #B4B4B4. Windows color (decimal): -7940483 or 8246918. OLE color: 8246918.

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

Color convert

RGB 134 214 125 -
CMYK 0.37 0 0.42 0.16
HSL 113.93º 0.52% 0.66% -
HSV(B) 113.93º 0.42% 0.84% -
XYZ 37.58 54.64 27.97 -
YUV 179.93 97 95.24 -
System Red Green Blue C M Y K H S L
Decimal 134 214 125 0.37 0 0.42 0.16 113.93 0.52 0.66
Hex 86 D6 7D 25 0 2A 10 72 34 42
Octal 206 326 175 45 0 52 20 162 64 102
Binary 10000110 11010110 1111101 100101 0 101010 10000 1110010 110100 1000010

Color Harmonies of #86D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D67D

Black with #86D67D

Text Example


Text Example

White with #86D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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