#7ACD80

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

Shades of De York #7ACD80

Tints of De York #7ACD80

Color information

#7ACD80 (or 0x7ACD80) is unknown color: approx De York. HEX triplet: 7A, CD and 80. RGB value is (122,205,128). Sum of RGB (Red+Green+Blue) = 122+205+128=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD80 is #85327F. Grayscale: #ABABAB. Windows color (decimal): -8729216 or 8441210. OLE color: 8441210.

HSL color Cylindrical-coordinate representation of color #7ACD80: hue angle of 124.34º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACD80 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB122205128-
CMYK0.4000.380.20
HSL124.34º45.36%64.12%-
HSV(B)124.34º40.49%80.39%-
XYZ33.7549.3628.17-
YUV171.4103.592.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 205 (80.47% from 255) = 45.05%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=26.81%
G=45.05%
B=28.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051280.4000.380.20124.3445.3664.12
Hex7ACD8028026147c2d40
Octal172315200500462417455100
Binary1111010110011011000000010100001001101010011111001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,128); }

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

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

 a { background-color: rgb(122,205,128); }

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

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

 span { border-color: rgb(122,205,128); }

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