Html Css Color HEX #549206 Limeade

📋 copy color: '#549206'

red 84 ◦ green 146 ◦ blue 6

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

Shades of Limeade #549206

Tints of Limeade #549206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.86%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 35.59%
G = 61.86%
B = 2.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#549206 (or 0x549206) is known color: Limeade. HEX triplet: 54, 92 and 06. RGB value is (84,146,6). Sum of RGB (Red+Green+Blue) = 84+146+6=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #549206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549206 is #AB6DF9. Grayscale: #707070. Windows color (decimal): -11234810 or 430676. OLE color: 430676.

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

Color convert

RGB 84 146 6 -
CMYK 0.42 0 0.96 0.43
HSL 86.57º 0.92% 0.3% -
HSV(B) 86.57º 0.96% 0.57% -
XYZ 13.97 22.46 3.77 -
YUV 111.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 84 146 6 0.42 0 0.96 0.43 86.57 0.92 0.3
Hex 54 92 6 2A 0 60 2B 57 5C 1E
Octal 124 222 6 52 0 140 53 127 134 36
Binary 1010100 10010010 110 101010 0 1100000 101011 1010111 1011100 11110

Color Harmonies of #549206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549206

Black with #549206

Text Example


Text Example

White with #549206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549206; }

 p { color: rgb(84,146,6); }

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

background-color css

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

 a { background-color: rgb(84,146,6); }

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

border-color css

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

 span { border-color: rgb(84,146,6); }

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