Html Css Color HEX #549428 Limeade

📋 copy color: '#549428'

red 84 ◦ green 148 ◦ blue 40

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

Shades of Limeade #549428

Tints of Limeade #549428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.41%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 30.88%
G = 54.41%
B = 14.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#549428 (or 0x549428) is known color: Limeade. HEX triplet: 54, 94 and 28. RGB value is (84,148,40). Sum of RGB (Red+Green+Blue) = 84+148+40=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #549428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549428 is #AB6BD7. Grayscale: #747474. Windows color (decimal): -11234264 or 2659412. OLE color: 2659412.

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

Color convert

RGB 84 148 40 -
CMYK 0.43 0 0.73 0.42
HSL 95.56º 0.57% 0.37% -
HSV(B) 95.56º 0.73% 0.58% -
XYZ 14.63 23.22 5.72 -
YUV 116.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 84 148 40 0.43 0 0.73 0.42 95.56 0.57 0.37
Hex 54 94 28 2B 0 49 2A 60 39 25
Octal 124 224 50 53 0 111 52 140 71 45
Binary 1010100 10010100 101000 101011 0 1001001 101010 1100000 111001 100101

Color Harmonies of #549428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549428

Black with #549428

Text Example


Text Example

White with #549428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549428; }

 p { color: rgb(84,148,40); }

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

background-color css

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

 a { background-color: rgb(84,148,40); }

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

border-color css

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

 span { border-color: rgb(84,148,40); }

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