#7DA215

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

Shades of Lima #7DA215

Tints of Lima #7DA215

Color information

#7DA215 (or 0x7DA215) is unknown color: approx Lima. HEX triplet: 7D, A2 and 15. RGB value is (125,162,21). Sum of RGB (Red+Green+Blue) = 125+162+21=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA215 is #825DEA. Grayscale: #878787. Windows color (decimal): -8543723 or 1417853. OLE color: 1417853.

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

Color convert

RGB12516221-
CMYK0.2300.870.36
HSL75.74º77.05%35.88%-
HSV(B)75.74º87.04%63.53%-
XYZ21.5130.255.42-
YUV134.8663.74120.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 21 (8.59% from 255) = 6.82%
R=40.58%
G=52.60%
B=6.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125162210.2300.870.3675.7477.0535.88
Hex7DA21517057244c4d24
Octal175242252701274411411544
Binary11111011010001010101101110101011110010010011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,21); }

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

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

 a { background-color: rgb(125,162,21); }

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

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

 span { border-color: rgb(125,162,21); }

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