Html Css Color HEX #55A319 Limeade

📋 copy color: '#55A319'

red 85 ◦ green 163 ◦ blue 25

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

Shades of Limeade #55A319

Tints of Limeade #55A319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.71%

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 31.14%
G = 59.71%
B = 9.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#55A319 (or 0x55A319) is known color: Limeade. HEX triplet: 55, A3 and 19. RGB value is (85,163,25). Sum of RGB (Red+Green+Blue) = 85+163+25=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #55A319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A319 is #AA5CE6. Grayscale: #7C7C7C. Windows color (decimal): -11164903 or 1680213. OLE color: 1680213.

HSL color Cylindrical-coordinate representation of color #55A319: hue angle of 93.91º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55A319 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 163 25 -
CMYK 0.48 0 0.85 0.36
HSL 93.91º 0.73% 0.37% -
HSV(B) 93.91º 0.85% 0.64% -
XYZ 17.02 28.2 5.47 -
YUV 123.95 72.16 100.22 -
System Red Green Blue C M Y K H S L
Decimal 85 163 25 0.48 0 0.85 0.36 93.91 0.73 0.37
Hex 55 A3 19 30 0 55 24 5E 49 25
Octal 125 243 31 60 0 125 44 136 111 45
Binary 1010101 10100011 11001 110000 0 1010101 100100 1011110 1001001 100101

Color Harmonies of #55A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A319

Black with #55A319

Text Example


Text Example

White with #55A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A319; }

 p { color: rgb(85,163,25); }

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

background-color css

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

 a { background-color: rgb(85,163,25); }

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

border-color css

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

 span { border-color: rgb(85,163,25); }

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