#7AD88E

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

Shades of De York #7AD88E

Tints of De York #7AD88E

Color information

#7AD88E (or 0x7AD88E) is unknown color: approx De York. HEX triplet: 7A, D8 and 8E. RGB value is (122,216,142). Sum of RGB (Red+Green+Blue) = 122+216+142=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD88E is #852771. Grayscale: #B3B3B3. Windows color (decimal): -8726386 or 9361530. OLE color: 9361530.

HSL color Cylindrical-coordinate representation of color #7AD88E: hue angle of 132.77º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD88E is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB122216142-
CMYK0.4400.340.15
HSL132.77º54.65%66.27%-
HSV(B)132.77º43.52%84.71%-
XYZ37.4655.234.27-
YUV179.46106.8687.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=25.42%
G=45%
B=29.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222161420.4400.340.15132.7754.6566.27
Hex7AD88E2C022F853742
Octal172330216540421720567102
Binary1111010110110001000111010110001000101111100001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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