#7AD68C

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

Shades of De York #7AD68C

Tints of De York #7AD68C

Color information

#7AD68C (or 0x7AD68C) is unknown color: approx De York. HEX triplet: 7A, D6 and 8C. RGB value is (122,214,140). Sum of RGB (Red+Green+Blue) = 122+214+140=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68C is #852973. Grayscale: #B2B2B2. Windows color (decimal): -8726900 or 9229946. OLE color: 9229946.

HSL color Cylindrical-coordinate representation of color #7AD68C: hue angle of 131.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD68C is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB122214140-
CMYK0.4300.350.16
HSL131.74º52.87%65.88%-
HSV(B)131.74º42.99%83.92%-
XYZ36.8154.1233.32-
YUV178.06106.5288.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=25.63%
G=44.96%
B=29.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222141400.4300.350.16131.7452.8765.88
Hex7AD68C2B02310843542
Octal172326214530432020465102
Binary11110101101011010001100101011010001110000100001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,214,140); }

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

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

 a { background-color: rgb(122,214,140); }

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

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

 span { border-color: rgb(122,214,140); }

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