Html Css Color HEX #549223 Limeade

📋 copy color: '#549223'

red 84 ◦ green 146 ◦ blue 35

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

Shades of Limeade #549223

Tints of Limeade #549223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 31.7%
G = 55.09%
B = 13.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#549223 (or 0x549223) is known color: Limeade. HEX triplet: 54, 92 and 23. RGB value is (84,146,35). Sum of RGB (Red+Green+Blue) = 84+146+35=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #549223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549223 is #AB6DDC. Grayscale: #737373. Windows color (decimal): -11234781 or 2331220. OLE color: 2331220.

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

Color convert

RGB 84 146 35 -
CMYK 0.42 0 0.76 0.43
HSL 93.51º 0.61% 0.35% -
HSV(B) 93.51º 0.76% 0.57% -
XYZ 14.24 22.56 5.19 -
YUV 114.81 82.96 106.03 -
System Red Green Blue C M Y K H S L
Decimal 84 146 35 0.42 0 0.76 0.43 93.51 0.61 0.35
Hex 54 92 23 2A 0 4C 2B 5E 3D 23
Octal 124 222 43 52 0 114 53 136 75 43
Binary 1010100 10010010 100011 101010 0 1001100 101011 1011110 111101 100011

Color Harmonies of #549223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549223

Black with #549223

Text Example


Text Example

White with #549223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549223; }

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

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

background-color css

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

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

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

border-color css

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

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

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