Html Css Color HEX #549A38 Limeade

📋 copy color: '#549A38'

red 84 ◦ green 154 ◦ blue 56

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

Shades of Limeade #549A38

Tints of Limeade #549A38

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.38%

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 28.57%
G = 52.38%
B = 19.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#549A38 (or 0x549A38) is known color: Limeade. HEX triplet: 54, 9A and 38. RGB value is (84,154,56). Sum of RGB (Red+Green+Blue) = 84+154+56=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #549A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549A38 is #AB65C7. Grayscale: #7A7A7A. Windows color (decimal): -11232712 or 3709524. OLE color: 3709524.

HSL color Cylindrical-coordinate representation of color #549A38: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549A38 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 154 56 -
CMYK 0.45 0 0.64 0.40
HSL 102.86º 0.47% 0.41% -
HSV(B) 102.86º 0.64% 0.6% -
XYZ 15.93 25.28 7.78 -
YUV 121.9 90.81 100.97 -
System Red Green Blue C M Y K H S L
Decimal 84 154 56 0.45 0 0.64 0.40 102.86 0.47 0.41
Hex 54 9A 38 2D 0 40 28 67 2F 29
Octal 124 232 70 55 0 100 50 147 57 51
Binary 1010100 10011010 111000 101101 0 1000000 101000 1100111 101111 101001

Color Harmonies of #549A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A38

Black with #549A38

Text Example


Text Example

White with #549A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549A38; }

 p { color: rgb(84,154,56); }

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

background-color css

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

 a { background-color: rgb(84,154,56); }

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

border-color css

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

 span { border-color: rgb(84,154,56); }

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