#7DC188

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

Shades of De York #7DC188

Tints of De York #7DC188

Color information

#7DC188 (or 0x7DC188) is unknown color: approx De York. HEX triplet: 7D, C1 and 88. RGB value is (125,193,136). Sum of RGB (Red+Green+Blue) = 125+193+136=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC188 is #823E77. Grayscale: #A6A6A6. Windows color (decimal): -8535672 or 8962429. OLE color: 8962429.

HSL color Cylindrical-coordinate representation of color #7DC188: hue angle of 129.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC188 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB125193136-
CMYK0.3500.300.24
HSL129.71º35.42%62.35%-
HSV(B)129.71º35.23%75.69%-
XYZ31.9744.2830.15-
YUV166.17110.9798.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=27.53%
G=42.51%
B=29.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931360.3500.300.24129.7135.4262.35
Hex7DC1882301E1882233e
Octal17530121043036302024376
Binary111110111000001100010001000110111101100010000010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,136); }

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

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

 a { background-color: rgb(125,193,136); }

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

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

 span { border-color: rgb(125,193,136); }

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