#7AD991

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

Shades of De York #7AD991

Tints of De York #7AD991

Color information

#7AD991 (or 0x7AD991) is unknown color: approx De York. HEX triplet: 7A, D9 and 91. RGB value is (122,217,145). Sum of RGB (Red+Green+Blue) = 122+217+145=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD991 is #85266E. Grayscale: #B4B4B4. Windows color (decimal): -8726127 or 9558394. OLE color: 9558394.

HSL color Cylindrical-coordinate representation of color #7AD991: hue angle of 134.53º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD991 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB122217145-
CMYK0.4400.330.15
HSL134.53º55.56%66.47%-
HSV(B)134.53º43.78%85.1%-
XYZ37.9555.8135.56-
YUV180.39108.0386.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=25.21%
G=44.83%
B=29.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222171450.4400.330.15134.5355.5666.47
Hex7AD9912C021F873842
Octal172331221540411720770102
Binary1111010110110011001000110110001000011111100001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,217,145); }

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

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

 a { background-color: rgb(122,217,145); }

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

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

 span { border-color: rgb(122,217,145); }

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