#7AD08E

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

Shades of De York #7AD08E

Tints of De York #7AD08E

Color information

#7AD08E (or 0x7AD08E) is unknown color: approx De York. HEX triplet: 7A, D0 and 8E. RGB value is (122,208,142). Sum of RGB (Red+Green+Blue) = 122+208+142=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD08E is #852F71. Grayscale: #AEAEAE. Windows color (decimal): -8728434 or 9359482. OLE color: 9359482.

HSL color Cylindrical-coordinate representation of color #7AD08E: hue angle of 133.95º 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 #7AD08E is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB122208142-
CMYK0.4100.320.18
HSL133.95º47.78%64.71%-
HSV(B)133.95º41.35%81.57%-
XYZ35.4651.233.61-
YUV174.76109.5190.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 208 (81.64% from 255) = 44.07%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=25.85%
G=44.07%
B=30.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222081420.4100.320.18133.9547.7864.71
Hex7AD08E2902012863041
Octal172320216510402220660101
Binary11110101101000010001110101001010000010010100001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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