#7ADD8E

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

Shades of De York #7ADD8E

Tints of De York #7ADD8E

Color information

#7ADD8E (or 0x7ADD8E) is unknown color: approx De York. HEX triplet: 7A, DD and 8E. RGB value is (122,221,142). Sum of RGB (Red+Green+Blue) = 122+221+142=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD8E is #852271. Grayscale: #B6B6B6. Windows color (decimal): -8725106 or 9362810. OLE color: 9362810.

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

Color convert

RGB122221142-
CMYK0.4500.360.13
HSL132.12º59.28%67.25%-
HSV(B)132.12º44.8%86.67%-
XYZ38.7657.834.71-
YUV182.39105.284.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=25.15%
G=45.57%
B=29.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211420.4500.360.13132.1259.2867.25
Hex7ADD8E2D024D843b43
Octal172335216550441520473103
Binary1111010110111011000111010110101001001101100001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,221,142); }

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

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

 a { background-color: rgb(122,221,142); }

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

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

 span { border-color: rgb(122,221,142); }

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