#54900B

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

Shades of Limeade #54900B

Tints of Limeade #54900B

Color information

#54900B (or 0x54900B) is unknown color: approx Limeade. HEX triplet: 54, 90 and 0B. RGB value is (84,144,11). Sum of RGB (Red+Green+Blue) = 84+144+11=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #54900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54900B is #AB6FF4. Grayscale: #6F6F6F. Windows color (decimal): -11235317 or 757844. OLE color: 757844.

HSL color Cylindrical-coordinate representation of color #54900B: hue angle of 87.07º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54900B is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB8414411-
CMYK0.4200.920.44
HSL87.07º85.81%30.39%-
HSV(B)87.07º92.36%56.47%-
XYZ13.6921.863.81-
YUV110.971.62108.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 144 (56.64% from 255) = 60.25%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=35.15%
G=60.25%
B=4.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144110.4200.920.4487.0785.8130.39
Hex5490B2A05C2C57561e
Octal124220135201345412712636
Binary1010100100100001011101010010111001011001010111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54900B; }

 p { color: rgb(84,144,11); }

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

<style>
 a { background-color: #54900B; }

 a { background-color: rgb(84,144,11); }

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

<style>
 span { border-color: #54900B; }

 span { border-color: rgb(84,144,11); }

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