#7DD28A

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

Shades of De York #7DD28A

Tints of De York #7DD28A

Color information

#7DD28A (or 0x7DD28A) is unknown color: approx De York. HEX triplet: 7D, D2 and 8A. RGB value is (125,210,138). Sum of RGB (Red+Green+Blue) = 125+210+138=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD28A is #822D75. Grayscale: #B0B0B0. Windows color (decimal): -8531318 or 9097853. OLE color: 9097853.

HSL color Cylindrical-coordinate representation of color #7DD28A: hue angle of 129.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD28A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB125210138-
CMYK0.4000.340.18
HSL129.18º48.57%65.69%-
HSV(B)129.18º40.48%82.35%-
XYZ36.0952.2932.24-
YUV176.38106.3491.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 210 (82.42% from 255) = 44.40%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=26.43%
G=44.40%
B=29.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101380.4000.340.18129.1848.5765.69
Hex7DD28A2802212813142
Octal175322212500422220161102
Binary11111011101001010001010101000010001010010100000011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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