Html Css Color HEX #86D77E De York

📋 copy color: '#86D77E'

red 134 ◦ green 215 ◦ blue 126

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

Shades of De York #86D77E

Tints of De York #86D77E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

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

R = 28.21%
G = 45.26%
B = 26.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#86D77E (or 0x86D77E) is known color: De York. HEX triplet: 86, D7 and 7E. RGB value is (134,215,126). Sum of RGB (Red+Green+Blue) = 134+215+126=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #86D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D77E is #792881. Grayscale: #B4B4B4. Windows color (decimal): -7940226 or 8312710. OLE color: 8312710.

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

Color convert

RGB 134 215 126 -
CMYK 0.38 0 0.41 0.16
HSL 114.61º 0.53% 0.67% -
HSV(B) 114.61º 0.41% 0.84% -
XYZ 37.9 55.18 28.39 -
YUV 180.64 97.16 94.74 -
System Red Green Blue C M Y K H S L
Decimal 134 215 126 0.38 0 0.41 0.16 114.61 0.53 0.67
Hex 86 D7 7E 26 0 29 10 73 35 43
Octal 206 327 176 46 0 51 20 163 65 103
Binary 10000110 11010111 1111110 100110 0 101001 10000 1110011 110101 1000011

Color Harmonies of #86D77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D77E

Black with #86D77E

Text Example


Text Example

White with #86D77E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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