#549708

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

Shades of Limeade #549708

Tints of Limeade #549708

Color information

#549708 (or 0x549708) is unknown color: approx Limeade. HEX triplet: 54, 97 and 08. RGB value is (84,151,8). Sum of RGB (Red+Green+Blue) = 84+151+8=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #549708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549708 is #AB68F7. Grayscale: #737373. Windows color (decimal): -11233528 or 563028. OLE color: 563028.

HSL color Cylindrical-coordinate representation of color #549708: hue angle of 88.11º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #549708 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB841518-
CMYK0.4400.950.41
HSL88.11º89.94%31.18%-
HSV(B)88.11º94.7%59.22%-
XYZ14.7724.044.09-
YUV114.6667.8106.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 151 (59.38% from 255) = 62.14%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=34.57%
G=62.14%
B=3.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8415180.4400.950.4188.1189.9431.18
Hex549782C05F29585a1f
Octal124227105401375113013237
Binary1010100100101111000101100010111111010011011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549708; }

 p { color: rgb(84,151,8); }

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

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

 a { background-color: rgb(84,151,8); }

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

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

 span { border-color: rgb(84,151,8); }

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