#7AD48F

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

Shades of De York #7AD48F

Tints of De York #7AD48F

Color information

#7AD48F (or 0x7AD48F) is unknown color: approx De York. HEX triplet: 7A, D4 and 8F. RGB value is (122,212,143). Sum of RGB (Red+Green+Blue) = 122+212+143=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD48F is #852B70. Grayscale: #B1B1B1. Windows color (decimal): -8727409 or 9426042. OLE color: 9426042.

HSL color Cylindrical-coordinate representation of color #7AD48F: hue angle of 134º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD48F is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB122212143-
CMYK0.4200.330.17
HSL134º51.14%65.49%-
HSV(B)134º42.45%83.14%-
XYZ36.5353.2134.33-
YUV177.22108.6888.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=25.58%
G=44.44%
B=29.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222121430.4200.330.1713451.1465.49
Hex7AD48F2A02111863341
Octal172324217520412120663101
Binary11110101101010010001111101010010000110001100001101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,212,143); }

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

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

 a { background-color: rgb(122,212,143); }

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

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

 span { border-color: rgb(122,212,143); }

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