#86D77F

Color #86D77F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #86D77F

Tints of De York #86D77F

Color information

#86D77F (or 0x86D77F) is unknown color: approx De York. HEX triplet: 86, D7 and 7F. RGB value is (134,215,127). Sum of RGB (Red+Green+Blue) = 134+215+127=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #86D77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D77F is #792880. Grayscale: #B5B5B5. Windows color (decimal): -7940225 or 8378246. OLE color: 8378246.

HSL color Cylindrical-coordinate representation of color #86D77F: hue angle of 115.23º degrees, saturation: 0.52, 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 #86D77F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB134215127-
CMYK0.3800.410.16
HSL115.23º52.38%67.06%-
HSV(B)115.23º40.93%84.31%-
XYZ37.9655.228.73-
YUV180.7597.6694.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 127 (50% from 255) = 26.68%
R=28.15%
G=45.17%
B=26.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342151270.3800.410.16115.2352.3867.06
Hex86D77F2602910733443
Octal206327177460512016364103
Binary1000011011010111111111110011001010011000011100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86D77F;
 }
 .AnyTagClassName
 {
   color: #86D77F;
 }
</style>
background-color css

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

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

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

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

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

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