Html Css Color HEX #55951A Limeade

📋 copy color: '#55951A'

red 85 ◦ green 149 ◦ blue 26

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

Shades of Limeade #55951A

Tints of Limeade #55951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10%

R = 32.69%
G = 57.31%
B = 10%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#55951A (or 0x55951A) is known color: Limeade. HEX triplet: 55, 95 and 1A. RGB value is (85,149,26). Sum of RGB (Red+Green+Blue) = 85+149+26=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #55951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55951A is #AA6AE5. Grayscale: #747474. Windows color (decimal): -11168486 or 1742165. OLE color: 1742165.

HSL color Cylindrical-coordinate representation of color #55951A: hue angle of 91.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55951A is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 26 -
CMYK 0.43 0 0.83 0.42
HSL 91.22º 0.7% 0.34% -
HSV(B) 91.22º 0.83% 0.58% -
XYZ 14.68 23.5 4.74 -
YUV 115.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 85 149 26 0.43 0 0.83 0.42 91.22 0.7 0.34
Hex 55 95 1A 2B 0 53 2A 5B 46 22
Octal 125 225 32 53 0 123 52 133 106 42
Binary 1010101 10010101 11010 101011 0 1010011 101010 1011011 1000110 100010

Color Harmonies of #55951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55951A

Black with #55951A

Text Example


Text Example

White with #55951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55951A; }

 p { color: rgb(85,149,26); }

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

background-color css

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

 a { background-color: rgb(85,149,26); }

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

border-color css

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

 span { border-color: rgb(85,149,26); }

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