Html Css Color HEX #559407 Limeade

📋 copy color: '#559407'

red 85 ◦ green 148 ◦ blue 7

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

Shades of Limeade #559407

Tints of Limeade #559407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 35.42%
G = 61.67%
B = 2.92%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#559407 (or 0x559407) is known color: Limeade. HEX triplet: 55, 94 and 07. RGB value is (85,148,7). Sum of RGB (Red+Green+Blue) = 85+148+7=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #559407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559407 is #AA6BF8. Grayscale: #717171. Windows color (decimal): -11168761 or 496725. OLE color: 496725.

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

Color convert

RGB 85 148 7 -
CMYK 0.43 0 0.95 0.42
HSL 86.81º 0.91% 0.3% -
HSV(B) 86.81º 0.95% 0.58% -
XYZ 14.37 23.13 3.91 -
YUV 113.09 68.13 107.96 -
System Red Green Blue C M Y K H S L
Decimal 85 148 7 0.43 0 0.95 0.42 86.81 0.91 0.3
Hex 55 94 7 2B 0 5F 2A 57 5B 1E
Octal 125 224 7 53 0 137 52 127 133 36
Binary 1010101 10010100 111 101011 0 1011111 101010 1010111 1011011 11110

Color Harmonies of #559407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559407

Black with #559407

Text Example


Text Example

White with #559407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559407; }

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

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

background-color css

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

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

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

border-color css

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

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

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