Html Css Color HEX #549201 Limeade

📋 copy color: '#549201'

red 84 ◦ green 146 ◦ blue 1

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

Shades of Limeade #549201

Tints of Limeade #549201

RGB

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

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

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

R = 36.36%
G = 63.2%
B = 0.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#549201 (or 0x549201) is known color: Limeade. HEX triplet: 54, 92 and 01. RGB value is (84,146,1). Sum of RGB (Red+Green+Blue) = 84+146+1=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #549201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549201 is #AB6DFE. Grayscale: #6F6F6F. Windows color (decimal): -11234815 or 102996. OLE color: 102996.

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

Color convert

RGB 84 146 1 -
CMYK 0.42 0 0.99 0.43
HSL 85.66º 0.99% 0.29% -
HSV(B) 85.66º 0.99% 0.57% -
XYZ 13.94 22.44 3.63 -
YUV 110.93 65.96 108.79 -
System Red Green Blue C M Y K H S L
Decimal 84 146 1 0.42 0 0.99 0.43 85.66 0.99 0.29
Hex 54 92 1 2A 0 63 2B 56 63 1D
Octal 124 222 1 52 0 143 53 126 143 35
Binary 1010100 10010010 1 101010 0 1100011 101011 1010110 1100011 11101

Color Harmonies of #549201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549201

Black with #549201

Text Example


Text Example

White with #549201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549201; }

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

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

background-color css

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

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

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

border-color css

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

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

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