#7AD087

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

Shades of De York #7AD087

Tints of De York #7AD087

Color information

#7AD087 (or 0x7AD087) is unknown color: approx De York. HEX triplet: 7A, D0 and 87. RGB value is (122,208,135). Sum of RGB (Red+Green+Blue) = 122+208+135=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD087 is #852F78. Grayscale: #AEAEAE. Windows color (decimal): -8728441 or 8900730. OLE color: 8900730.

HSL color Cylindrical-coordinate representation of color #7AD087: hue angle of 129.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD087 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB122208135-
CMYK0.4100.350.18
HSL129.07º47.78%64.71%-
HSV(B)129.07º41.35%81.57%-
XYZ34.965130.92-
YUV173.96106.0190.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=26.24%
G=44.73%
B=29.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222081350.4100.350.18129.0747.7864.71
Hex7AD0872902312813041
Octal172320207510432220160101
Binary11110101101000010000111101001010001110010100000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,208,135); }

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

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

 a { background-color: rgb(122,208,135); }

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

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

 span { border-color: rgb(122,208,135); }

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