#7EA821

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

Shades of Lima #7EA821

Tints of Lima #7EA821

Color information

#7EA821 (or 0x7EA821) is unknown color: approx Lima. HEX triplet: 7E, A8 and 21. RGB value is (126,168,33). Sum of RGB (Red+Green+Blue) = 126+168+33=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA821 is #8157DE. Grayscale: #8C8C8C. Windows color (decimal): -8476639 or 2205822. OLE color: 2205822.

HSL color Cylindrical-coordinate representation of color #7EA821: hue angle of 78.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EA821 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB12616833-
CMYK0.2500.800.34
HSL78.67º67.16%39.41%-
HSV(B)78.67º80.36%65.88%-
XYZ22.8832.556.52-
YUV140.0567.59117.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 168 (66.02% from 255) = 51.38%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=38.53%
G=51.38%
B=10.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126168330.2500.800.3478.6767.1639.41
Hex7EA82119050224f4327
Octal176250413101204211710347
Binary111111010101000100001110010101000010001010011111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,168,33); }

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

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

 a { background-color: rgb(126,168,33); }

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

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

 span { border-color: rgb(126,168,33); }

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