#7DA91E

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

Shades of Lima #7DA91E

Tints of Lima #7DA91E

Color information

#7DA91E (or 0x7DA91E) is unknown color: approx Lima. HEX triplet: 7D, A9 and 1E. RGB value is (125,169,30). Sum of RGB (Red+Green+Blue) = 125+169+30=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA91E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA91E is #8256E1. Grayscale: #8C8C8C. Windows color (decimal): -8541922 or 2009469. OLE color: 2009469.

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

Color convert

RGB12516930-
CMYK0.2600.820.34
HSL78.99º69.85%39.02%-
HSV(B)78.99º82.25%66.27%-
XYZ22.8832.836.36-
YUV14065.92117.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=38.58%
G=52.16%
B=9.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125169300.2600.820.3478.9969.8539.02
Hex7DA91E1A052224f4627
Octal175251363201224211710647
Binary11111011010100111110110100101001010001010011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,30); }

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

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

 a { background-color: rgb(125,169,30); }

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

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

 span { border-color: rgb(125,169,30); }

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