Html Css Color HEX #549215 Limeade

📋 copy color: '#549215'

red 84 ◦ green 146 ◦ blue 21

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

Shades of Limeade #549215

Tints of Limeade #549215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.17%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 33.47%
G = 58.17%
B = 8.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#549215 (or 0x549215) is known color: Limeade. HEX triplet: 54, 92 and 15. RGB value is (84,146,21). Sum of RGB (Red+Green+Blue) = 84+146+21=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #549215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549215 is #AB6DEA. Grayscale: #717171. Windows color (decimal): -11234795 or 1413716. OLE color: 1413716.

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

Color convert

RGB 84 146 21 -
CMYK 0.42 0 0.86 0.43
HSL 89.76º 0.75% 0.33% -
HSV(B) 89.76º 0.86% 0.57% -
XYZ 14.07 22.5 4.31 -
YUV 113.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 84 146 21 0.42 0 0.86 0.43 89.76 0.75 0.33
Hex 54 92 15 2A 0 56 2B 5A 4B 21
Octal 124 222 25 52 0 126 53 132 113 41
Binary 1010100 10010010 10101 101010 0 1010110 101011 1011010 1001011 100001

Color Harmonies of #549215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549215

Black with #549215

Text Example


Text Example

White with #549215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549215; }

 p { color: rgb(84,146,21); }

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

background-color css

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

 a { background-color: rgb(84,146,21); }

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

border-color css

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

 span { border-color: rgb(84,146,21); }

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