#54921E

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

Shades of Limeade #54921E

Tints of Limeade #54921E

Color information

#54921E (or 0x54921E) is unknown color: approx Limeade. HEX triplet: 54, 92 and 1E. RGB value is (84,146,30). Sum of RGB (Red+Green+Blue) = 84+146+30=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #54921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54921E is #AB6DE1. Grayscale: #727272. Windows color (decimal): -11234786 or 2003540. OLE color: 2003540.

HSL color Cylindrical-coordinate representation of color #54921E: hue angle of 92.07º degrees, saturation: 0.66, 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 #54921E is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB8414630-
CMYK0.4200.790.43
HSL92.07º65.91%34.51%-
HSV(B)92.07º79.45%57.25%-
XYZ14.1722.544.83-
YUV114.2480.46106.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 146 (57.42% from 255) = 56.15%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=32.31%
G=56.15%
B=11.54%

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
Decimal84146300.4200.790.4392.0765.9134.51
Hex54921E2A04F2B5c4223
Octal124222365201175313410243
Binary101010010010010111101010100100111110101110111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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