#7FD186

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

Shades of De York #7FD186

Tints of De York #7FD186

Color information

#7FD186 (or 0x7FD186) is unknown color: approx De York. HEX triplet: 7F, D1 and 86. RGB value is (127,209,134). Sum of RGB (Red+Green+Blue) = 127+209+134=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD186 is #802E79. Grayscale: #B0B0B0. Windows color (decimal): -8400506 or 8835455. OLE color: 8835455.

HSL color Cylindrical-coordinate representation of color #7FD186: hue angle of 125.12º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD186 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB127209134-
CMYK0.3900.360.18
HSL125.12º47.13%65.88%-
HSV(B)125.12º39.23%81.96%-
XYZ35.8651.8330.67-
YUV175.93104.3393.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.02%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=27.02%
G=44.47%
B=28.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272091340.3900.360.18125.1247.1365.88
Hex7FD18627024127d2f42
Octal177321206470442217557102
Binary1111111110100011000011010011101001001001011111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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