Html Css Color HEX #549512 Limeade

📋 copy color: '#549512'

red 84 ◦ green 149 ◦ blue 18

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

Shades of Limeade #549512

Tints of Limeade #549512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.36%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 33.47%
G = 59.36%
B = 7.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#549512 (or 0x549512) is known color: Limeade. HEX triplet: 54, 95 and 12. RGB value is (84,149,18). Sum of RGB (Red+Green+Blue) = 84+149+18=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #549512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549512 is #AB6AED. Grayscale: #737373. Windows color (decimal): -11234030 or 1217876. OLE color: 1217876.

HSL color Cylindrical-coordinate representation of color #549512: hue angle of 89.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #549512 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 18 -
CMYK 0.44 0 0.88 0.42
HSL 89.77º 0.78% 0.33% -
HSV(B) 89.77º 0.88% 0.58% -
XYZ 14.51 23.42 4.33 -
YUV 114.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 84 149 18 0.44 0 0.88 0.42 89.77 0.78 0.33
Hex 54 95 12 2C 0 58 2A 5A 4E 21
Octal 124 225 22 54 0 130 52 132 116 41
Binary 1010100 10010101 10010 101100 0 1011000 101010 1011010 1001110 100001

Color Harmonies of #549512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549512

Black with #549512

Text Example


Text Example

White with #549512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549512; }

 p { color: rgb(84,149,18); }

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

background-color css

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

 a { background-color: rgb(84,149,18); }

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

border-color css

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

 span { border-color: rgb(84,149,18); }

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