#7da30d

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

Shades of Lima #7DA30D

Tints of Lima #7DA30D

Color information

#7DA30D (or 0x7DA30D) is unknown color: approx Lima. HEX triplet: 7D, A3 and 0D. RGB value is (125,163,13). Sum of RGB (Red+Green+Blue) = 125+163+13=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA30D is #825CF2. Grayscale: #878787. Windows color (decimal): -8543475 or 893821. OLE color: 893821.

HSL color Cylindrical-coordinate representation of color #7DA30D: hue angle of 75.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DA30D is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB12516313-
CMYK0.2300.920.36
HSL75.2º85.23%34.51%-
HSV(B)75.2º92.02%63.92%-
XYZ21.6330.585.14-
YUV134.5459.41121.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=41.53%
G=54.15%
B=4.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125163130.2300.920.3675.285.2334.51
Hex7DA3D1705C244b5523
Octal175243152701344411312543
Binary1111101101000111101101110101110010010010010111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7da30d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,163,13); }

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

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

 a { background-color: rgb(125,163,13); }

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

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

 span { border-color: rgb(125,163,13); }

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