Html Css Color HEX #548F01 Limeade

📋 copy color: '#548F01'

red 84 ◦ green 143 ◦ blue 1

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

Shades of Limeade #548F01

Tints of Limeade #548F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 62.72%

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

R = 36.84%
G = 62.72%
B = 0.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#548F01 (or 0x548F01) is known color: Limeade. HEX triplet: 54, 8F and 01. RGB value is (84,143,1). Sum of RGB (Red+Green+Blue) = 84+143+1=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #548F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548F01 is #AB70FE. Grayscale: #6D6D6D. Windows color (decimal): -11235583 or 102228. OLE color: 102228.

HSL color Cylindrical-coordinate representation of color #548F01: hue angle of 84.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #548F01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 143 1 -
CMYK 0.41 0 0.99 0.44
HSL 84.93º 0.99% 0.28% -
HSV(B) 84.93º 0.99% 0.56% -
XYZ 13.48 21.53 3.47 -
YUV 109.17 66.95 110.05 -
System Red Green Blue C M Y K H S L
Decimal 84 143 1 0.41 0 0.99 0.44 84.93 0.99 0.28
Hex 54 8F 1 29 0 63 2C 55 63 1C
Octal 124 217 1 51 0 143 54 125 143 34
Binary 1010100 10001111 1 101001 0 1100011 101100 1010101 1100011 11100

Color Harmonies of #548F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548F01

Black with #548F01

Text Example


Text Example

White with #548F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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