#7ADD92

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

Shades of De York #7ADD92

Tints of De York #7ADD92

Color information

#7ADD92 (or 0x7ADD92) is unknown color: approx De York. HEX triplet: 7A, DD and 92. RGB value is (122,221,146). Sum of RGB (Red+Green+Blue) = 122+221+146=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD92 is #85226D. Grayscale: #B7B7B7. Windows color (decimal): -8725102 or 9624954. OLE color: 9624954.

HSL color Cylindrical-coordinate representation of color #7ADD92: hue angle of 134.55º 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 #7ADD92 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB122221146-
CMYK0.4500.340.13
HSL134.55º59.28%67.25%-
HSV(B)134.55º44.8%86.67%-
XYZ39.0757.9336.32-
YUV182.85107.284.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=24.95%
G=45.19%
B=29.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211460.4500.340.13134.5559.2867.25
Hex7ADD922D022D873b43
Octal172335222550421520773103
Binary1111010110111011001001010110101000101101100001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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