#7AD08D

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

Shades of De York #7AD08D

Tints of De York #7AD08D

Color information

#7AD08D (or 0x7AD08D) is unknown color: approx De York. HEX triplet: 7A, D0 and 8D. RGB value is (122,208,141). Sum of RGB (Red+Green+Blue) = 122+208+141=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD08D is #852F72. Grayscale: #AEAEAE. Windows color (decimal): -8728435 or 9293946. OLE color: 9293946.

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

Color convert

RGB122208141-
CMYK0.4100.320.18
HSL133.26º47.78%64.71%-
HSV(B)133.26º41.35%81.57%-
XYZ35.3951.1733.21-
YUV174.65109.0190.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=25.90%
G=44.16%
B=29.94%

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
Decimal1222081410.4100.320.18133.2647.7864.71
Hex7AD08D2902012853041
Octal172320215510402220560101
Binary11110101101000010001101101001010000010010100001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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