#7DD28B

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

Shades of De York #7DD28B

Tints of De York #7DD28B

Color information

#7DD28B (or 0x7DD28B) is unknown color: approx De York. HEX triplet: 7D, D2 and 8B. RGB value is (125,210,139). Sum of RGB (Red+Green+Blue) = 125+210+139=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD28B is #822D74. Grayscale: #B0B0B0. Windows color (decimal): -8531317 or 9163389. OLE color: 9163389.

HSL color Cylindrical-coordinate representation of color #7DD28B: hue angle of 129.88º 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 #7DD28B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB125210139-
CMYK0.4000.340.18
HSL129.88º48.57%65.69%-
HSV(B)129.88º40.48%82.35%-
XYZ36.1652.3232.62-
YUV176.49106.8491.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=26.37%
G=44.30%
B=29.32%

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
Decimal1252101390.4000.340.18129.8848.5765.69
Hex7DD28B2802212823142
Octal175322213500422220261102
Binary11111011101001010001011101000010001010010100000101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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