#7DA816

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

Shades of Lima #7DA816

Tints of Lima #7DA816

Color information

#7DA816 (or 0x7DA816) is unknown color: approx Lima. HEX triplet: 7D, A8 and 16. RGB value is (125,168,22). Sum of RGB (Red+Green+Blue) = 125+168+22=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA816 is #8257E9. Grayscale: #8B8B8B. Windows color (decimal): -8542186 or 1484925. OLE color: 1484925.

HSL color Cylindrical-coordinate representation of color #7DA816: hue angle of 77.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DA816 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB12516822-
CMYK0.2600.870.34
HSL77.67º76.84%37.25%-
HSV(B)77.67º86.9%65.88%-
XYZ22.632.425.83-
YUV138.562.25118.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 168 (66.02% from 255) = 53.33%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=39.68%
G=53.33%
B=6.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125168220.2600.870.3477.6776.8437.25
Hex7DA8161A057224e4d25
Octal175250263201274211611545
Binary11111011010100010110110100101011110001010011101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,168,22); }

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

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

 a { background-color: rgb(125,168,22); }

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

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

 span { border-color: rgb(125,168,22); }

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