#7ADD94

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

Shades of De York #7ADD94

Tints of De York #7ADD94

Color information

#7ADD94 (or 0x7ADD94) is unknown color: approx De York. HEX triplet: 7A, DD and 94. RGB value is (122,221,148). Sum of RGB (Red+Green+Blue) = 122+221+148=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD94 is #85226B. Grayscale: #B7B7B7. Windows color (decimal): -8725100 or 9756026. OLE color: 9756026.

HSL color Cylindrical-coordinate representation of color #7ADD94: hue angle of 135.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADD94 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB122221148-
CMYK0.4500.330.13
HSL135.76º59.28%67.25%-
HSV(B)135.76º44.8%86.67%-
XYZ39.2357.9937.14-
YUV183.08108.284.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=24.85%
G=45.01%
B=30.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211480.4500.330.13135.7659.2867.25
Hex7ADD942D021D883b43
Octal172335224550411521073103
Binary1111010110111011001010010110101000011101100010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,221,148); }

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

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

 a { background-color: rgb(122,221,148); }

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

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

 span { border-color: rgb(122,221,148); }

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