Html Css Color HEX #549001 Limeade

📋 copy color: '#549001'

red 84 ◦ green 144 ◦ blue 1

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

Shades of Limeade #549001

Tints of Limeade #549001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.88%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 36.68%
G = 62.88%
B = 0.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#549001 (or 0x549001) is known color: Limeade. HEX triplet: 54, 90 and 01. RGB value is (84,144,1). Sum of RGB (Red+Green+Blue) = 84+144+1=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #549001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549001 is #AB6FFE. Grayscale: #6E6E6E. Windows color (decimal): -11235327 or 102484. OLE color: 102484.

HSL color Cylindrical-coordinate representation of color #549001: hue angle of 85.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #549001 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 144 1 -
CMYK 0.42 0 0.99 0.44
HSL 85.17º 0.99% 0.28% -
HSV(B) 85.17º 0.99% 0.56% -
XYZ 13.63 21.83 3.52 -
YUV 109.76 66.62 109.63 -
System Red Green Blue C M Y K H S L
Decimal 84 144 1 0.42 0 0.99 0.44 85.17 0.99 0.28
Hex 54 90 1 2A 0 63 2C 55 63 1C
Octal 124 220 1 52 0 143 54 125 143 34
Binary 1010100 10010000 1 101010 0 1100011 101100 1010101 1100011 11100

Color Harmonies of #549001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549001

Black with #549001

Text Example


Text Example

White with #549001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549001; }

 p { color: rgb(84,144,1); }

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

background-color css

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

 a { background-color: rgb(84,144,1); }

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

border-color css

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

 span { border-color: rgb(84,144,1); }

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