#54910C

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

Shades of Limeade #54910C

Tints of Limeade #54910C

Color information

#54910C (or 0x54910C) is unknown color: approx Limeade. HEX triplet: 54, 91 and 0C. RGB value is (84,145,12). Sum of RGB (Red+Green+Blue) = 84+145+12=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #54910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54910C is #AB6EF3. Grayscale: #707070. Windows color (decimal): -11235060 or 823636. OLE color: 823636.

HSL color Cylindrical-coordinate representation of color #54910C: hue angle of 87.52º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54910C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB8414512-
CMYK0.4200.920.43
HSL87.52º84.71%30.78%-
HSV(B)87.52º91.72%56.86%-
XYZ13.8522.163.9-
YUV111.671.79108.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 145 (57.03% from 255) = 60.17%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=34.85%
G=60.17%
B=4.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145120.4200.920.4387.5284.7130.78
Hex5491C2A05C2B58551f
Octal124221145201345313012537
Binary1010100100100011100101010010111001010111011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54910C; }

 p { color: rgb(84,145,12); }

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

<style>
 a { background-color: #54910C; }

 a { background-color: rgb(84,145,12); }

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

<style>
 span { border-color: #54910C; }

 span { border-color: rgb(84,145,12); }

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