#7AD68B

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

Shades of De York #7AD68B

Tints of De York #7AD68B

Color information

#7AD68B (or 0x7AD68B) is unknown color: approx De York. HEX triplet: 7A, D6 and 8B. RGB value is (122,214,139). Sum of RGB (Red+Green+Blue) = 122+214+139=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68B is #852974. Grayscale: #B2B2B2. Windows color (decimal): -8726901 or 9164410. OLE color: 9164410.

HSL color Cylindrical-coordinate representation of color #7AD68B: hue angle of 131.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD68B is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB122214139-
CMYK0.4300.350.16
HSL131.09º52.87%65.88%-
HSV(B)131.09º42.99%83.92%-
XYZ36.7354.0932.93-
YUV177.94106.0288.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.68%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=25.68%
G=45.05%
B=29.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222141390.4300.350.16131.0952.8765.88
Hex7AD68B2B02310833542
Octal172326213530432020365102
Binary11110101101011010001011101011010001110000100000111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,214,139); }

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

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

 a { background-color: rgb(122,214,139); }

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

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

 span { border-color: rgb(122,214,139); }

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