#7FC486

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

Shades of De York #7FC486

Tints of De York #7FC486

Color information

#7FC486 (or 0x7FC486) is unknown color: approx De York. HEX triplet: 7F, C4 and 86. RGB value is (127,196,134). Sum of RGB (Red+Green+Blue) = 127+196+134=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC486 is #803B79. Grayscale: #A8A8A8. Windows color (decimal): -8403834 or 8832127. OLE color: 8832127.

HSL color Cylindrical-coordinate representation of color #7FC486: hue angle of 126.09º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC486 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB127196134-
CMYK0.3500.320.23
HSL126.09º36.9%63.33%-
HSV(B)126.09º35.2%76.86%-
XYZ32.845.7129.65-
YUV168.3108.6498.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=27.79%
G=42.89%
B=29.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961340.3500.320.23126.0936.963.33
Hex7FC48623020177e253f
Octal17730420643040271764577
Binary111111111000100100001101000110100000101111111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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