Html Css Color HEX #549108 Limeade

📋 copy color: '#549108'

red 84 ◦ green 145 ◦ blue 8

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

Shades of Limeade #549108

Tints of Limeade #549108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.18%

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 35.44%
G = 61.18%
B = 3.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#549108 (or 0x549108) is known color: Limeade. HEX triplet: 54, 91 and 08. RGB value is (84,145,8). Sum of RGB (Red+Green+Blue) = 84+145+8=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #549108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549108 is #AB6EF7. Grayscale: #6F6F6F. Windows color (decimal): -11235064 or 561492. OLE color: 561492.

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

Color convert

RGB 84 145 8 -
CMYK 0.42 0 0.94 0.43
HSL 86.72º 0.9% 0.3% -
HSV(B) 86.72º 0.94% 0.57% -
XYZ 13.83 22.15 3.78 -
YUV 111.14 69.79 108.64 -
System Red Green Blue C M Y K H S L
Decimal 84 145 8 0.42 0 0.94 0.43 86.72 0.9 0.3
Hex 54 91 8 2A 0 5E 2B 57 5A 1E
Octal 124 221 10 52 0 136 53 127 132 36
Binary 1010100 10010001 1000 101010 0 1011110 101011 1010111 1011010 11110

Color Harmonies of #549108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549108

Black with #549108

Text Example


Text Example

White with #549108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549108; }

 p { color: rgb(84,145,8); }

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

background-color css

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

 a { background-color: rgb(84,145,8); }

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

border-color css

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

 span { border-color: rgb(84,145,8); }

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