#7DD38E

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

Shades of De York #7DD38E

Tints of De York #7DD38E

Color information

#7DD38E (or 0x7DD38E) is unknown color: approx De York. HEX triplet: 7D, D3 and 8E. RGB value is (125,211,142). Sum of RGB (Red+Green+Blue) = 125+211+142=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD38E is #822C71. Grayscale: #B1B1B1. Windows color (decimal): -8531058 or 9360253. OLE color: 9360253.

HSL color Cylindrical-coordinate representation of color #7DD38E: hue angle of 131.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD38E is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB125211142-
CMYK0.4100.330.17
HSL131.86º49.43%65.88%-
HSV(B)131.86º40.76%82.75%-
XYZ36.6352.933.87-
YUV177.42108.0190.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=26.15%
G=44.14%
B=29.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252111420.4100.330.17131.8649.4365.88
Hex7DD38E2902111843142
Octal175323216510412120461102
Binary11111011101001110001110101001010000110001100001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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