#54980A

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

Shades of Limeade #54980A

Tints of Limeade #54980A

Color information

#54980A (or 0x54980A) is unknown color: approx Limeade. HEX triplet: 54, 98 and 0A. RGB value is (84,152,10). Sum of RGB (Red+Green+Blue) = 84+152+10=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #54980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54980A is #AB67F5. Grayscale: #737373. Windows color (decimal): -11233270 or 694356. OLE color: 694356.

HSL color Cylindrical-coordinate representation of color #54980A: hue angle of 88.73º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54980A is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB8415210-
CMYK0.4500.930.40
HSL88.73º87.65%31.76%-
HSV(B)88.73º93.42%59.61%-
XYZ14.9424.364.2-
YUV115.4868.47105.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 152 (59.77% from 255) = 61.79%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=34.15%
G=61.79%
B=4.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152100.4500.930.4088.7387.6531.76
Hex5498A2D05D28595820
Octal124230125501355013113040
Binary10101001001100010101011010101110110100010110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54980A; }

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

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

<style>
 a { background-color: #54980A; }

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

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

<style>
 span { border-color: #54980A; }

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

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