#7DD28E

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

Shades of De York #7DD28E

Tints of De York #7DD28E

Color information

#7DD28E (or 0x7DD28E) is unknown color: approx De York. HEX triplet: 7D, D2 and 8E. RGB value is (125,210,142). Sum of RGB (Red+Green+Blue) = 125+210+142=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD28E is #822D71. Grayscale: #B1B1B1. Windows color (decimal): -8531314 or 9359997. OLE color: 9359997.

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

Color convert

RGB125210142-
CMYK0.4000.320.18
HSL132º48.57%65.69%-
HSV(B)132º40.48%82.35%-
XYZ36.3952.4133.79-
YUV176.83108.3491.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=26.21%
G=44.03%
B=29.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101420.4000.320.1813248.5765.69
Hex7DD28E2802012843142
Octal175322216500402220461102
Binary11111011101001010001110101000010000010010100001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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