#7AD68F

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

Shades of De York #7AD68F

Tints of De York #7AD68F

Color information

#7AD68F (or 0x7AD68F) is unknown color: approx De York. HEX triplet: 7A, D6 and 8F. RGB value is (122,214,143). Sum of RGB (Red+Green+Blue) = 122+214+143=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68F is #852970. Grayscale: #B2B2B2. Windows color (decimal): -8726897 or 9426554. OLE color: 9426554.

HSL color Cylindrical-coordinate representation of color #7AD68F: hue angle of 133.7º 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 #7AD68F is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB122214143-
CMYK0.4300.330.16
HSL133.7º52.87%65.88%-
HSV(B)133.7º42.99%83.92%-
XYZ37.0354.2134.5-
YUV178.4108.0287.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=25.47%
G=44.68%
B=29.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222141430.4300.330.16133.752.8765.88
Hex7AD68F2B02110863542
Octal172326217530412020665102
Binary11110101101011010001111101011010000110000100001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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