#7DCD8A

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

Shades of De York #7DCD8A

Tints of De York #7DCD8A

Color information

#7DCD8A (or 0x7DCD8A) is unknown color: approx De York. HEX triplet: 7D, CD and 8A. RGB value is (125,205,138). Sum of RGB (Red+Green+Blue) = 125+205+138=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD8A is #823275. Grayscale: #ADADAD. Windows color (decimal): -8532598 or 9096573. OLE color: 9096573.

HSL color Cylindrical-coordinate representation of color #7DCD8A: hue angle of 129.75º 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 #7DCD8A is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB125205138-
CMYK0.3900.330.20
HSL129.75º44.44%64.71%-
HSV(B)129.75º39.02%80.39%-
XYZ34.8849.8631.83-
YUV173.4410893.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=26.71%
G=43.80%
B=29.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051380.3900.330.20129.7544.4464.71
Hex7DCD8A2702114822c41
Octal175315212470412420254101
Binary11111011100110110001010100111010000110100100000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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