#7DCD90

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

Shades of De York #7DCD90

Tints of De York #7DCD90

Color information

#7DCD90 (or 0x7DCD90) is unknown color: approx De York. HEX triplet: 7D, CD and 90. RGB value is (125,205,144). Sum of RGB (Red+Green+Blue) = 125+205+144=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD90 is #82326F. Grayscale: #AEAEAE. Windows color (decimal): -8532592 or 9489789. OLE color: 9489789.

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

Color convert

RGB125205144-
CMYK0.3900.300.20
HSL134.25º44.44%64.71%-
HSV(B)134.25º39.02%80.39%-
XYZ35.3250.0434.18-
YUV174.1311192.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=26.37%
G=43.25%
B=30.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051440.3900.300.20134.2544.4464.71
Hex7DCD902701E14862c41
Octal175315220470362420654101
Binary1111101110011011001000010011101111010100100001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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