#7AD28E

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

Shades of De York #7AD28E

Tints of De York #7AD28E

Color information

#7AD28E (or 0x7AD28E) is unknown color: approx De York. HEX triplet: 7A, D2 and 8E. RGB value is (122,210,142). Sum of RGB (Red+Green+Blue) = 122+210+142=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD28E is #852D71. Grayscale: #B0B0B0. Windows color (decimal): -8727922 or 9359994. OLE color: 9359994.

HSL color Cylindrical-coordinate representation of color #7AD28E: hue angle of 133.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD28E is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB122210142-
CMYK0.4200.320.18
HSL133.64º49.44%65.1%-
HSV(B)133.64º41.9%82.35%-
XYZ35.9652.1833.77-
YUV175.94108.8589.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.74%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=25.74%
G=44.30%
B=29.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222101420.4200.320.18133.6449.4465.1
Hex7AD28E2A02012863141
Octal172322216520402220661101
Binary11110101101001010001110101010010000010010100001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,210,142); }

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

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

 a { background-color: rgb(122,210,142); }

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

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

 span { border-color: rgb(122,210,142); }

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