Html Css Color HEX #55910B Limeade

📋 copy color: '#55910B'

red 85 ◦ green 145 ◦ blue 11

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

Shades of Limeade #55910B

Tints of Limeade #55910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 35.27%
G = 60.17%
B = 4.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#55910B (or 0x55910B) is known color: Limeade. HEX triplet: 55, 91 and 0B. RGB value is (85,145,11). Sum of RGB (Red+Green+Blue) = 85+145+11=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #55910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55910B is #AA6EF4. Grayscale: #707070. Windows color (decimal): -11169525 or 758101. OLE color: 758101.

HSL color Cylindrical-coordinate representation of color #55910B: hue angle of 86.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55910B is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 11 -
CMYK 0.41 0 0.92 0.43
HSL 86.87º 0.86% 0.31% -
HSV(B) 86.87º 0.92% 0.57% -
XYZ 13.93 22.21 3.87 -
YUV 111.78 71.12 108.9 -
System Red Green Blue C M Y K H S L
Decimal 85 145 11 0.41 0 0.92 0.43 86.87 0.86 0.31
Hex 55 91 B 29 0 5C 2B 57 56 1F
Octal 125 221 13 51 0 134 53 127 126 37
Binary 1010101 10010001 1011 101001 0 1011100 101011 1010111 1010110 11111

Color Harmonies of #55910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55910B

Black with #55910B

Text Example


Text Example

White with #55910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55910B; }

 p { color: rgb(85,145,11); }

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

background-color css

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

 a { background-color: rgb(85,145,11); }

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

border-color css

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

 span { border-color: rgb(85,145,11); }

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