#7DD78E

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

Shades of De York #7DD78E

Tints of De York #7DD78E

Color information

#7DD78E (or 0x7DD78E) is unknown color: approx De York. HEX triplet: 7D, D7 and 8E. RGB value is (125,215,142). Sum of RGB (Red+Green+Blue) = 125+215+142=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD78E is #822871. Grayscale: #B3B3B3. Windows color (decimal): -8530034 or 9361277. OLE color: 9361277.

HSL color Cylindrical-coordinate representation of color #7DD78E: hue angle of 131.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD78E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB125215142-
CMYK0.4200.340.16
HSL131.33º52.94%66.67%-
HSV(B)131.33º41.86%84.31%-
XYZ37.6454.9134.21-
YUV179.77106.6888.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=25.93%
G=44.61%
B=29.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151420.4200.340.16131.3352.9466.67
Hex7DD78E2A02210833543
Octal175327216520422020365103
Binary11111011101011110001110101010010001010000100000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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