#7FC386

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

Shades of De York #7FC386

Tints of De York #7FC386

Color information

#7FC386 (or 0x7FC386) is unknown color: approx De York. HEX triplet: 7F, C3 and 86. RGB value is (127,195,134). Sum of RGB (Red+Green+Blue) = 127+195+134=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC386 is #803C79. Grayscale: #A7A7A7. Windows color (decimal): -8404090 or 8831871. OLE color: 8831871.

HSL color Cylindrical-coordinate representation of color #7FC386: hue angle of 126.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC386 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB127195134-
CMYK0.3500.310.24
HSL126.18º36.17%63.14%-
HSV(B)126.18º34.87%76.47%-
XYZ32.5745.2629.57-
YUV167.71108.9798.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=27.85%
G=42.76%
B=29.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271951340.3500.310.24126.1836.1763.14
Hex7FC3862301F187e243f
Octal17730320643037301764477
Binary11111111100001110000110100011011111110001111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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