#7DC884

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

Shades of De York #7DC884

Tints of De York #7DC884

Color information

#7DC884 (or 0x7DC884) is unknown color: approx De York. HEX triplet: 7D, C8 and 84. RGB value is (125,200,132). Sum of RGB (Red+Green+Blue) = 125+200+132=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC884 is #82377B. Grayscale: #AAAAAA. Windows color (decimal): -8533884 or 8702077. OLE color: 8702077.

HSL color Cylindrical-coordinate representation of color #7DC884: hue angle of 125.6º 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 #7DC884 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB125200132-
CMYK0.3800.340.22
HSL125.6º40.54%63.73%-
HSV(B)125.6º37.5%78.43%-
XYZ33.2847.3329.21-
YUV169.82106.6596.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=27.35%
G=43.76%
B=28.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001320.3800.340.22125.640.5463.73
Hex7DC88426022167e2940
Octal175310204460422617651100
Binary1111101110010001000010010011001000101011011111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,200,132); }

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

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

 a { background-color: rgb(125,200,132); }

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

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

 span { border-color: rgb(125,200,132); }

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