#7DCD93

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

Shades of De York #7DCD93

Tints of De York #7DCD93

Color information

#7DCD93 (or 0x7DCD93) is unknown color: approx De York. HEX triplet: 7D, CD and 93. RGB value is (125,205,147). Sum of RGB (Red+Green+Blue) = 125+205+147=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD93 is #82326C. Grayscale: #AEAEAE. Windows color (decimal): -8532589 or 9686397. OLE color: 9686397.

HSL color Cylindrical-coordinate representation of color #7DCD93: hue angle of 136.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD93 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB125205147-
CMYK0.3900.280.20
HSL136.5º44.44%64.71%-
HSV(B)136.5º39.02%80.39%-
XYZ35.5650.1335.41-
YUV174.47112.592.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=26.21%
G=42.98%
B=30.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051470.3900.280.20136.544.4464.71
Hex7DCD932701C14882c41
Octal175315223470342421054101
Binary1111101110011011001001110011101110010100100010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,147); }

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

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

 a { background-color: rgb(125,205,147); }

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

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

 span { border-color: rgb(125,205,147); }

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