#7CC886

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

Shades of De York #7CC886

Tints of De York #7CC886

Color information

#7CC886 (or 0x7CC886) is unknown color: approx De York. HEX triplet: 7C, C8 and 86. RGB value is (124,200,134). Sum of RGB (Red+Green+Blue) = 124+200+134=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC886 is #833779. Grayscale: #A9A9A9. Windows color (decimal): -8599418 or 8833148. OLE color: 8833148.

HSL color Cylindrical-coordinate representation of color #7CC886: hue angle of 127.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC886 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB124200134-
CMYK0.3800.330.22
HSL127.89º40.86%63.53%-
HSV(B)127.89º38%78.43%-
XYZ33.2747.3129.93-
YUV169.75107.8295.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=27.07%
G=43.67%
B=29.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1242001340.3800.330.22127.8940.8663.53
Hex7CC8862602116802940
Octal174310206460412620051100
Binary11111001100100010000110100110010000110110100000001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,200,134); }

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

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

 a { background-color: rgb(124,200,134); }

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

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

 span { border-color: rgb(124,200,134); }

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