#54921F

Color #54921F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #54921F

Tints of Limeade #54921F

Color information

#54921F (or 0x54921F) is unknown color: approx Limeade. HEX triplet: 54, 92 and 1F. RGB value is (84,146,31). Sum of RGB (Red+Green+Blue) = 84+146+31=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #54921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54921F is #AB6DE0. Grayscale: #727272. Windows color (decimal): -11234785 or 2069076. OLE color: 2069076.

HSL color Cylindrical-coordinate representation of color #54921F: hue angle of 92.35º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54921F is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB8414631-
CMYK0.4200.790.43
HSL92.35º64.97%34.71%-
HSV(B)92.35º78.77%57.25%-
XYZ14.1822.544.9-
YUV114.3580.96106.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 146 (57.42% from 255) = 55.94%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=32.18%
G=55.94%
B=11.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146310.4200.790.4392.3564.9734.71
Hex54921F2A04F2B5c4123
Octal124222375201175313410143
Binary101010010010010111111010100100111110101110111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54921F; }

 p { color: rgb(84,146,31); }

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

<style>
 a { background-color: #54921F; }

 a { background-color: rgb(84,146,31); }

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

<style>
 span { border-color: #54921F; }

 span { border-color: rgb(84,146,31); }

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