Html Css Color HEX #559426 Limeade

📋 copy color: '#559426'

red 85 ◦ green 148 ◦ blue 38

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

Shades of Limeade #559426

Tints of Limeade #559426

RGB

 RED value IS 85 (33.59% from 255) = 31.37%

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 31.37%
G = 54.61%
B = 14.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#559426 (or 0x559426) is known color: Limeade. HEX triplet: 55, 94 and 26. RGB value is (85,148,38). Sum of RGB (Red+Green+Blue) = 85+148+38=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #559426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559426 is #AA6BD9. Grayscale: #757575. Windows color (decimal): -11168730 or 2528341. OLE color: 2528341.

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

Color convert

RGB 85 148 38 -
CMYK 0.43 0 0.74 0.42
HSL 94.36º 0.59% 0.36% -
HSV(B) 94.36º 0.74% 0.58% -
XYZ 14.69 23.25 5.55 -
YUV 116.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 85 148 38 0.43 0 0.74 0.42 94.36 0.59 0.36
Hex 55 94 26 2B 0 4A 2A 5E 3B 24
Octal 125 224 46 53 0 112 52 136 73 44
Binary 1010101 10010100 100110 101011 0 1001010 101010 1011110 111011 100100

Color Harmonies of #559426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559426

Black with #559426

Text Example


Text Example

White with #559426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559426; }

 p { color: rgb(85,148,38); }

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

background-color css

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

 a { background-color: rgb(85,148,38); }

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

border-color css

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

 span { border-color: rgb(85,148,38); }

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