#7DC88A

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

Shades of De York #7DC88A

Tints of De York #7DC88A

Color information

#7DC88A (or 0x7DC88A) is unknown color: approx De York. HEX triplet: 7D, C8 and 8A. RGB value is (125,200,138). Sum of RGB (Red+Green+Blue) = 125+200+138=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC88A is #823775. Grayscale: #AAAAAA. Windows color (decimal): -8533878 or 9095293. OLE color: 9095293.

HSL color Cylindrical-coordinate representation of color #7DC88A: hue angle of 130.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC88A is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB125200138-
CMYK0.3800.310.22
HSL130.4º40.54%63.73%-
HSV(B)130.4º37.5%78.43%-
XYZ33.747.531.44-
YUV170.51109.6595.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=27.00%
G=43.20%
B=29.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001380.3800.310.22130.440.5463.73
Hex7DC88A2601F16822940
Octal175310212460372620251100
Binary1111101110010001000101010011001111110110100000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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