#7DB031

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

Shades of Lima #7DB031

Tints of Lima #7DB031

Color information

#7DB031 (or 0x7DB031) is unknown color: approx Lima. HEX triplet: 7D, B0 and 31. RGB value is (125,176,49). Sum of RGB (Red+Green+Blue) = 125+176+49=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB031 is #824FCE. Grayscale: #929292. Windows color (decimal): -8540111 or 3256445. OLE color: 3256445.

HSL color Cylindrical-coordinate representation of color #7DB031: hue angle of 84.09º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DB031 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB12517649-
CMYK0.2900.720.31
HSL84.09º56.44%44.12%-
HSV(B)84.09º72.16%69.02%-
XYZ24.5435.638.49-
YUV146.2773.1112.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 49 (19.53% from 255) = 14%
R=35.71%
G=50.29%
B=14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125176490.2900.720.3184.0956.4444.12
Hex7DB0311D0481F54382c
Octal17526061350110371247054
Binary1111101101100001100011110101001000111111010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,176,49); }

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

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

 a { background-color: rgb(125,176,49); }

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

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

 span { border-color: rgb(125,176,49); }

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