Html Css Color HEX #549401 Limeade

📋 copy color: '#549401'

red 84 ◦ green 148 ◦ blue 1

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

Shades of Limeade #549401

Tints of Limeade #549401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 36.05%
G = 63.52%
B = 0.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#549401 (or 0x549401) is known color: Limeade. HEX triplet: 54, 94 and 01. RGB value is (84,148,1). Sum of RGB (Red+Green+Blue) = 84+148+1=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #549401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549401 is #AB6BFE. Grayscale: #707070. Windows color (decimal): -11234303 or 103508. OLE color: 103508.

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

Color convert

RGB 84 148 1 -
CMYK 0.43 0 0.99 0.42
HSL 86.12º 0.99% 0.29% -
HSV(B) 86.12º 0.99% 0.58% -
XYZ 14.25 23.07 3.73 -
YUV 112.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 84 148 1 0.43 0 0.99 0.42 86.12 0.99 0.29
Hex 54 94 1 2B 0 63 2A 56 63 1D
Octal 124 224 1 53 0 143 52 126 143 35
Binary 1010100 10010100 1 101011 0 1100011 101010 1010110 1100011 11101

Color Harmonies of #549401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549401

Black with #549401

Text Example


Text Example

White with #549401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549401; }

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

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

background-color css

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

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

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

border-color css

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

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

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