Html Css Color HEX #54950C Limeade

📋 copy color: '#54950C'

red 84 ◦ green 149 ◦ blue 12

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

Shades of Limeade #54950C

Tints of Limeade #54950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.82%

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 34.29%
G = 60.82%
B = 4.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#54950C (or 0x54950C) is known color: Limeade. HEX triplet: 54, 95 and 0C. RGB value is (84,149,12). Sum of RGB (Red+Green+Blue) = 84+149+12=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #54950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54950C is #AB6AF3. Grayscale: #727272. Windows color (decimal): -11234036 or 824660. OLE color: 824660.

HSL color Cylindrical-coordinate representation of color #54950C: hue angle of 88.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54950C is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 12 -
CMYK 0.44 0 0.92 0.42
HSL 88.47º 0.85% 0.32% -
HSV(B) 88.47º 0.92% 0.58% -
XYZ 14.47 23.41 4.1 -
YUV 113.95 70.47 106.64 -
System Red Green Blue C M Y K H S L
Decimal 84 149 12 0.44 0 0.92 0.42 88.47 0.85 0.32
Hex 54 95 C 2C 0 5C 2A 58 55 20
Octal 124 225 14 54 0 134 52 130 125 40
Binary 1010100 10010101 1100 101100 0 1011100 101010 1011000 1010101 100000

Color Harmonies of #54950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54950C

Black with #54950C

Text Example


Text Example

White with #54950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54950C; }

 p { color: rgb(84,149,12); }

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

background-color css

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

 a { background-color: rgb(84,149,12); }

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

border-color css

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

 span { border-color: rgb(84,149,12); }

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