Html Css Color HEX #86D57E De York

📋 copy color: '#86D57E'

red 134 ◦ green 213 ◦ blue 126

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

Shades of De York #86D57E

Tints of De York #86D57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 28.33%
G = 45.03%
B = 26.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#86D57E (or 0x86D57E) is known color: De York. HEX triplet: 86, D5 and 7E. RGB value is (134,213,126). Sum of RGB (Red+Green+Blue) = 134+213+126=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #86D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D57E is #792A81. Grayscale: #B3B3B3. Windows color (decimal): -7940738 or 8312198. OLE color: 8312198.

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

Color convert

RGB 134 213 126 -
CMYK 0.37 0 0.41 0.16
HSL 114.48º 0.51% 0.66% -
HSV(B) 114.48º 0.41% 0.84% -
XYZ 37.39 54.16 28.22 -
YUV 179.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 134 213 126 0.37 0 0.41 0.16 114.48 0.51 0.66
Hex 86 D5 7E 25 0 29 10 72 33 42
Octal 206 325 176 45 0 51 20 162 63 102
Binary 10000110 11010101 1111110 100101 0 101001 10000 1110010 110011 1000010

Color Harmonies of #86D57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D57E

Black with #86D57E

Text Example


Text Example

White with #86D57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,213,126); }

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

background-color css

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

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

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

border-color css

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

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

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