#7DD790

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

Shades of De York #7DD790

Tints of De York #7DD790

Color information

#7DD790 (or 0x7DD790) is unknown color: approx De York. HEX triplet: 7D, D7 and 90. RGB value is (125,215,144). Sum of RGB (Red+Green+Blue) = 125+215+144=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD790 is #82286F. Grayscale: #B4B4B4. Windows color (decimal): -8530032 or 9492349. OLE color: 9492349.

HSL color Cylindrical-coordinate representation of color #7DD790: hue angle of 132.67º 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 #7DD790 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB125215144-
CMYK0.4200.330.16
HSL132.67º52.94%66.67%-
HSV(B)132.67º41.86%84.31%-
XYZ37.7954.9735-
YUV180107.6888.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=25.83%
G=44.42%
B=29.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151440.4200.330.16132.6752.9466.67
Hex7DD7902A02110853543
Octal175327220520412020565103
Binary11111011101011110010000101010010000110000100001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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