Html Css Color HEX #549404 Limeade

📋 copy color: '#549404'

red 84 ◦ green 148 ◦ blue 4

#549404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #549404

Tints of Limeade #549404

RGB

 RED value IS 84 (33.2% from 255) = 35.59%

 GREEN value IS 148 (58.2% from 255) = 62.71%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 35.59%
G = 62.71%
B = 1.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#549404 (or 0x549404) is known color: Limeade. HEX triplet: 54, 94 and 04. RGB value is (84,148,4). Sum of RGB (Red+Green+Blue) = 84+148+4=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #549404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549404 is #AB6BFB. Grayscale: #707070. Windows color (decimal): -11234300 or 300116. OLE color: 300116.

HSL color Cylindrical-coordinate representation of color #549404: hue angle of 86.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #549404 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 4 -
CMYK 0.43 0 0.97 0.42
HSL 86.67º 0.95% 0.3% -
HSV(B) 86.67º 0.97% 0.58% -
XYZ 14.27 23.07 3.82 -
YUV 112.45 66.8 107.71 -
System Red Green Blue C M Y K H S L
Decimal 84 148 4 0.43 0 0.97 0.42 86.67 0.95 0.3
Hex 54 94 4 2B 0 61 2A 57 5F 1E
Octal 124 224 4 53 0 141 52 127 137 36
Binary 1010100 10010100 100 101011 0 1100001 101010 1010111 1011111 11110

Color Harmonies of #549404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549404

Black with #549404

Text Example


Text Example

White with #549404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549404; }

 p { color: rgb(84,148,4); }

 H1.HeaderClassName
 {
   color: #549404;
 }
 .AnyTagClassName
 {
   color: #549404;
 }
</style>

background-color css

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

 a { background-color: rgb(84,148,4); }

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

border-color css

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

 span { border-color: rgb(84,148,4); }

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