#7FD886

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

Shades of De York #7FD886

Tints of De York #7FD886

Color information

#7FD886 (or 0x7FD886) is unknown color: approx De York. HEX triplet: 7F, D8 and 86. RGB value is (127,216,134). Sum of RGB (Red+Green+Blue) = 127+216+134=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD886 is #802779. Grayscale: #B4B4B4. Windows color (decimal): -8398714 or 8837247. OLE color: 8837247.

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

Color convert

RGB127216134-
CMYK0.4100.380.15
HSL124.72º53.29%67.25%-
HSV(B)124.72º41.2%84.71%-
XYZ37.6155.3431.25-
YUV180.04102.0190.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=26.62%
G=45.28%
B=28.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272161340.4100.380.15124.7253.2967.25
Hex7FD88629026F7d3543
Octal177330206510461717565103
Binary111111111011000100001101010010100110111111111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD886; }

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

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

<style>
 a { background-color: #7FD886; }

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

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

<style>
 span { border-color: #7FD886; }

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

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