#7DDD8A

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

Shades of De York #7DDD8A

Tints of De York #7DDD8A

Color information

#7DDD8A (or 0x7DDD8A) is unknown color: approx De York. HEX triplet: 7D, DD and 8A. RGB value is (125,221,138). Sum of RGB (Red+Green+Blue) = 125+221+138=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD8A is #822275. Grayscale: #B7B7B7. Windows color (decimal): -8528502 or 9100669. OLE color: 9100669.

HSL color Cylindrical-coordinate representation of color #7DDD8A: hue angle of 128.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDD8A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB125221138-
CMYK0.4300.380.13
HSL128.12º58.54%67.84%-
HSV(B)128.12º43.44%86.67%-
XYZ38.957.9133.17-
YUV182.83102.786.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=25.83%
G=45.66%
B=28.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211380.4300.380.13128.1258.5467.84
Hex7DDD8A2B026D803b44
Octal175335212530461520073104
Binary1111101110111011000101010101101001101101100000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,138); }

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

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

 a { background-color: rgb(125,221,138); }

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

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

 span { border-color: rgb(125,221,138); }

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