Html Css Color HEX #549608 Limeade

📋 copy color: '#549608'

red 84 ◦ green 150 ◦ blue 8

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

Shades of Limeade #549608

Tints of Limeade #549608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.98%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 34.71%
G = 61.98%
B = 3.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#549608 (or 0x549608) is known color: Limeade. HEX triplet: 54, 96 and 08. RGB value is (84,150,8). Sum of RGB (Red+Green+Blue) = 84+150+8=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #549608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549608 is #AB69F7. Grayscale: #727272. Windows color (decimal): -11233784 or 562772. OLE color: 562772.

HSL color Cylindrical-coordinate representation of color #549608: hue angle of 87.89º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #549608 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 8 -
CMYK 0.44 0 0.95 0.41
HSL 87.89º 0.9% 0.31% -
HSV(B) 87.89º 0.95% 0.59% -
XYZ 14.61 23.72 4.04 -
YUV 114.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 84 150 8 0.44 0 0.95 0.41 87.89 0.9 0.31
Hex 54 96 8 2C 0 5F 29 58 5A 1F
Octal 124 226 10 54 0 137 51 130 132 37
Binary 1010100 10010110 1000 101100 0 1011111 101001 1011000 1011010 11111

Color Harmonies of #549608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549608

Black with #549608

Text Example


Text Example

White with #549608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549608; }

 p { color: rgb(84,150,8); }

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

background-color css

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

 a { background-color: rgb(84,150,8); }

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

border-color css

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

 span { border-color: rgb(84,150,8); }

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