#54981F

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

Shades of Limeade #54981F

Tints of Limeade #54981F

Color information

#54981F (or 0x54981F) is unknown color: approx Limeade. HEX triplet: 54, 98 and 1F. RGB value is (84,152,31). Sum of RGB (Red+Green+Blue) = 84+152+31=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #54981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54981F is #AB67E0. Grayscale: #767676. Windows color (decimal): -11233249 or 2070612. OLE color: 2070612.

HSL color Cylindrical-coordinate representation of color #54981F: hue angle of 93.72º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54981F is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB8415231-
CMYK0.4500.800.40
HSL93.72º66.12%35.88%-
HSV(B)93.72º79.61%59.61%-
XYZ15.1324.445.22-
YUV117.8778.97103.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=31.46%
G=56.93%
B=11.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152310.4500.800.4093.7266.1235.88
Hex54981F2D050285e4224
Octal124230375501205013610244
Binary101010010011000111111011010101000010100010111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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