#86CF7B

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

Shades of De York #86CF7B

Tints of De York #86CF7B

Color information

#86CF7B (or 0x86CF7B) is unknown color: approx De York. HEX triplet: 86, CF and 7B. RGB value is (134,207,123). Sum of RGB (Red+Green+Blue) = 134+207+123=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF7B is #793084. Grayscale: #AFAFAF. Windows color (decimal): -7942277 or 8114054. OLE color: 8114054.

HSL color Cylindrical-coordinate representation of color #86CF7B: hue angle of 112.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86CF7B is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB134207123-
CMYK0.3500.410.19
HSL112.14º46.67%64.71%-
HSV(B)112.14º40.58%81.18%-
XYZ35.7251.1226.72-
YUV175.698.3298.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 207 (81.25% from 255) = 44.61%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=28.88%
G=44.61%
B=26.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342071230.3500.410.19112.1446.6764.71
Hex86CF7B2302913702f41
Octal206317173430512316057101
Binary1000011011001111111101110001101010011001111100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,123); }

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

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

 a { background-color: rgb(134,207,123); }

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

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

 span { border-color: rgb(134,207,123); }

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