#7AD07E

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

Shades of De York #7AD07E

Tints of De York #7AD07E

Color information

#7AD07E (or 0x7AD07E) is unknown color: approx De York. HEX triplet: 7A, D0 and 7E. RGB value is (122,208,126). Sum of RGB (Red+Green+Blue) = 122+208+126=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD07E is #852F81. Grayscale: #ADADAD. Windows color (decimal): -8728450 or 8310906. OLE color: 8310906.

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

Color convert

RGB122208126-
CMYK0.4100.390.18
HSL122.79º47.78%64.71%-
HSV(B)122.79º41.35%81.57%-
XYZ34.3550.7627.73-
YUV172.94101.5191.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 208 (81.64% from 255) = 45.61%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=26.75%
G=45.61%
B=27.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222081260.4100.390.18122.7947.7864.71
Hex7AD07E29027127b3041
Octal172320176510472217360101
Binary111101011010000111111010100101001111001011110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,208,126); }

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

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

 a { background-color: rgb(122,208,126); }

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

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

 span { border-color: rgb(122,208,126); }

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