#7DB316

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

Shades of Lima #7DB316

Tints of Lima #7DB316

Color information

#7DB316 (or 0x7DB316) is unknown color: approx Lima. HEX triplet: 7D, B3 and 16. RGB value is (125,179,22). Sum of RGB (Red+Green+Blue) = 125+179+22=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB316 is #824CE9. Grayscale: #919191. Windows color (decimal): -8539370 or 1487741. OLE color: 1487741.

HSL color Cylindrical-coordinate representation of color #7DB316: hue angle of 80.64º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DB316 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB12517922-
CMYK0.3000.880.30
HSL80.64º78.11%39.41%-
HSV(B)80.64º87.71%70.2%-
XYZ24.7236.666.53-
YUV144.9658.61113.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 179 (70.31% from 255) = 54.91%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=38.34%
G=54.91%
B=6.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal125179220.3000.880.3080.6478.1139.41
Hex7DB3161E0581E514e27
Octal175263263601303612111647
Binary1111101101100111011011110010110001111010100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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