#7DBA29

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

Shades of Lima #7DBA29

Tints of Lima #7DBA29

Color information

#7DBA29 (or 0x7DBA29) is unknown color: approx Lima. HEX triplet: 7D, BA and 29. RGB value is (125,186,41). Sum of RGB (Red+Green+Blue) = 125+186+41=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA29 is #8245D6. Grayscale: #979797. Windows color (decimal): -8537559 or 2734717. OLE color: 2734717.

HSL color Cylindrical-coordinate representation of color #7DBA29: hue angle of 85.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DBA29 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB12518641-
CMYK0.3300.780.27
HSL85.24º63.88%44.51%-
HSV(B)85.24º77.96%72.94%-
XYZ26.4239.648.36-
YUV151.2365.79109.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=35.51%
G=52.84%
B=11.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186410.3300.780.2785.2463.8844.51
Hex7DBA292104E1B55402d
Octal175272514101163312510055
Binary111110110111010101001100001010011101101110101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,41); }

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

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

 a { background-color: rgb(125,186,41); }

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

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

 span { border-color: rgb(125,186,41); }

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