#7DC388

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

Shades of De York #7DC388

Tints of De York #7DC388

Color information

#7DC388 (or 0x7DC388) is unknown color: approx De York. HEX triplet: 7D, C3 and 88. RGB value is (125,195,136). Sum of RGB (Red+Green+Blue) = 125+195+136=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC388 is #823C77. Grayscale: #A7A7A7. Windows color (decimal): -8535160 or 8962941. OLE color: 8962941.

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

Color convert

RGB125195136-
CMYK0.3600.300.24
HSL129.43º36.84%62.75%-
HSV(B)129.43º35.9%76.47%-
XYZ32.4245.1730.3-
YUV167.34110.3197.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=27.41%
G=42.76%
B=29.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951360.3600.300.24129.4336.8462.75
Hex7DC3882401E1881253f
Octal17530321044036302014577
Binary111110111000011100010001001000111101100010000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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